@charset "UTF-8";


/* ///////// 共通 ///////// */

html {
	height:100%;
}
body {
	background-attachment: scroll;
	font-family:verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:14px;
	-webkit-text-size-adjust: none;
	height:100%;
}
#wrapper {
	margin:0px auto;
	padding:0;
	height:100%;
}
/*-----------------------------------------------------------------------
* clearfix
-------------------------------------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	overflow:hidden;
}



/* ///////// HEADER ///////// */


#header {
	width:100%;
	background-image: url(../images/header_bk.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 56px;
	background-size:1px 56px;
	-moz-background-size:1px 56px;
	-ms-background-size:1px 56px;
	-o-background-size:1px 56px;
	-webkit-background-size:1px 56px;
}
#header .navitop {
	float:left;
}
#header h1 {
	float:left;
	margin-top:11px;
	margin-left: 10px;
    color: #ffffff;
    font-size: 120%;
}
.contFr {
	float:right;
	width:156px;
	margin-top:9px;
}
#header .icnNum {
	background-image: url(../images/inc_percent.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 60px;
	float:left;
	letter-spacing:-1px;
	font-weight:bold;
	background-size:60px 43px;
	-moz-background-size:60px 43px;
	-ms-background-size:60px 43px;
	-o-background-size:60px 43px;
	-webkit-background-size:60px 43px;
}
#header .icnNum .num {
	font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	float:left;
	font-size:20px;
	padding:7px 0 0 3px;
	text-align:center;
	width:34px;
}
#header .icnQues a,
#header .icnEst a {
	width: 36px;
	height: 36px;
	display: block;
	text-align:center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top: 1px solid rgba(210,6,34,1);
	border-bottom: 1px solid rgba(210,6,34,0.5);
	border-left: 1px solid rgba(210,6,34,0.9);
	border-right: 1px solid rgba(210,6,34,0.9);
	box-shadow: 1px 1px 5px rgba(115,0,16,0.8) inset;
	background: -moz-linear-gradient(rgb(206,0,29), rgb(147,0,20)); /* Firefox */
	background: -o-linear-gradient(rgb(206,0,29), rgb(147,0,20)); /* Opera */
	background: -webkit-linear-gradient(rgb(206,0,29), rgb(147,0,20)); /* Chrome,Safari */
	background: linear-gradient(rgb(206,0,29), rgb(147,0,20));
}
#header .icnQues a img,
#header .icnEst a img {
	margin: 3.5px 0 0 -1px;
}
#header .icnQues {
	float:left;
	margin:0 5px 0 5px;
}
/*#header .icnQues a.ques {
	background-image: url(../images/icn_ques.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
	text-indent:-9999px;
	display:block;
	background-size:29px 29px;
	-moz-background-size:29px 29px;
	-ms-background-size:29px 29px;
	-o-background-size:29px 29px;
	-webkit-background-size:29px 29px;
	background-position: left top;
}*/
#header .icnEst {
	float:left;
	margin:0 0 0 0;
}
/*#header .icnEst a.est {
	background-image: url(../images/icn_est.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	text-indent:-9999px;
	display:block;
	background-size:30px 30px;
	-moz-background-size:30px 30px;
	-ms-background-size:30px 30px;
	-o-background-size:30px 30px;
	-webkit-background-size:30px 30px;
	background-position: left top;
}*/


/* ///////// entryContainer ///////// */
#entryContainer p {
		line-height: 150%;
		padding-bottom: 5px;
}

/* ///////// FOOTER ///////// */

#footer {
	font-size:12px;
	margin:0;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	background: #505050; /* Old browsers */
	background: -moz-linear-gradient(top, #505050 0%, #3c3c3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #505050), color-stop(100%, #3c3c3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #505050 0%, #3c3c3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #505050 0%, #3c3c3c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #505050 0%, #3c3c3c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #505050 0%, #3c3c3c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#3c3c3c', GradientType=0 ); /* IE6-9 */
	background-size:100% 27px;
	-moz-background-size:100% 27px;
	-ms-background-size:100% 27px;
	-o-background-size:100% 27px;
	-webkit-background-size:100% 27px;
	line-height:27px;
}



/* ///////// CONTENTS ///////// */


/*********トップページ*********/

.main_image {
	text-align:center;
	width:100%;
	background-color:#000000;
}
.main_image .box {
	position:relative;
	margin:0 auto;
	background-image: url(../images/mainpic.png);
	width:320px;
	height:453px;
	background-size:320px 480px;
	-moz-background-size:320px 480px;
	-ms-background-size:320px 480px;
	-o-background-size:320px 480px;
	-webkit-background-size:320px 480px;
	background-repeat: no-repeat;
	background-position: left top;
}
.toppage .main_image p {
	position:absolute;
	top:359px;
	left:28px;
}


/*********メインメニュー*********/

.titleArea {
	clear:both;
	line-height:28px;
	background-size:320px 453px;
	-moz-background-size:320px 453px;
	-ms-background-size:320px 453px;
	-o-background-size:320px 453px;
	-webkit-background-size:320px 453px;
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top, #404040 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(100%, #333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #404040 0%, #333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #404040 0%, #333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #404040 0%, #333333 100%); /* IE10+ */
	background: linear-gradient(to bottom, #404040 0%, #333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#333333', GradientType=0 ); /* IE6-9 */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #393939;
	border-left-color: #000000;
}

/*タイトル*/

.titleArea h2 {
	display: -moz-inline-stack;
	display: inline-block;
	color:#FFFFFF;
	font-size:14px;
	text-align: center;
	padding-left: 40px;
}
.titleArea ul {
	display: -moz-inline-stack;
	display: inline-block;
	color:#FFFFFF;
	font-size:12.5px;
	text-align: center;
	padding-left: 10px;
}
.titleArea li {
    float: left;
    list-style: none;
    padding-right: 5px;
}
.titleArea li a {
    color: #ffffff;
}
.btarrow.bk{
	display: -moz-inline-stack;
	display: inline-block;
	 vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	 -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	position: relative;
	 margin: 2px 0 4px -10px;
	padding: 0;
	border: 0;
	height: 26px;
	min-width: 20px;
	cursor: pointer;
	overflow: visible;
}
.btarrow.bk.left:before {
	-webkit-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.4) inset, -1px 4px 2px -4px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.4) inset, -1px 4px 2px -4px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 1px 2px 1px -2px rgba(0, 0, 0, 0.4) inset, -1px 4px 2px -4px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	 background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, #706f6f), color-stop(100%, #333333));
	background-image: -webkit-linear-gradient(top right, #706f6f, #333333);
	background-image: -moz-linear-gradient(top right, #706f6f, #333333);
	background-image: -o-linear-gradient(top right, #706f6f, #333333);
	background-image: linear-gradient(top right, #706f6f, #333333);
	-webkit-background-size: 20px 18px;
	-moz-background-size: 20px 18px;
	-o-background-size: 20px 18px;
	background-size: 20px 18px;
	-webkit-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	-moz-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	-ms-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	-o-transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	transform: rotate(-45deg) scale(0.86) skew(-9deg, -9deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	top: 0;
	left: 16px;
	width: 22px;
	height: 22px;
	border: 1px solid #f00;
	border-width: 1px;
	border-width: 0 0 1px 1px;
	border-color: #727272 transparent transparent #727272;
	background-position: -2px 0;
	background-repeat: no-repeat;
	content: "";
	-webkit-border-radius: 0 6px 0 6px;
	-moz-border-radius: 0 6px 0 6px;
	-ms-border-radius: 0 6px 0 6px;
	-o-border-radius: 0 6px 0 6px;
	border-radius: 0 6px 0 6px;
	-moz-border-radius-topright: 8px 5px;
	-webkit-border-top-right-radius: 8px 5px;
	border-top-right-radius: 8px 5px;
	-moz-border-radius-bottomleft: 5px 8px;
	-webkit-border-bottom-left-radius: 5px 8px;
	border-bottom-left-radius: 5px 8px;
}
.btarrow.bk.left:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #706f6f), color-stop(100%, #333333));
	background-image: -webkit-linear-gradient(top, #706f6f, #333333);
	background-image: -moz-linear-gradient(top, #706f6f, #333333);
	background-image: -o-linear-gradient(top,	#706f6f, #333333);
	background-image: linear-gradient(top, #706f6f, #333333);
	-webkit-background-size: 26px 26px;
	-moz-background-size: 26px 26px;
	-o-background-size: 26px 26px;
	background-size: 26px 26px;
	-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4) inset, -1px 1px 1px -1px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4) inset, -1px 1px 1px -1px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4) inset, -1px 1px 1px -1px rgba(0, 0, 0, 0.4) inset;
	text-shadow: 0 -1px 0 #474747;
	position: relative;
	top: 0;
	left: 2px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 5px 10px 5px 5px;
	margin: 0;
	width: auto;
	height: 26px;
	border: 1px solid #7a7a7a;
	border-width: 0 0 1px 0;
	content: attr(data-title);
	text-decoration: none;
	white-space: nowrap;
	font-weight: 500;
	color: white;
	font-size: 12px;
	line-height: 16px;
}

/*ボタン*/

.btnArea {
	padding-left:25px;
	clear:both;
	background-color: #f2f2f2;
	margin-top: 0;
	margin-bottom: -8px;
	padding: 4px 0 10px;
}
.btnArea >div {
	padding-left:25px;
	clear:both;
	width: 267px;
	height: 33px;
	margin: 8px auto;
	padding: 10px 0 0 0;
	border: 1px solid #fff;
	background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(234,234,234,1));
	background: linear-gradient(top bottom, rgba(255,255,255,1), rgba(230,230,230,1));
	-webkit-box-shadow: 0 1px 4px 4px rgba(0,0,0, 0.3); /* Safari, Chrome用 */
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); /* CSS3 */
}
.slcat {
	font-size:16px;
	width:194px;
	color:#646464;
	padding: 0 0 2px;
	background-image: url(../images/search_sel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:194px 24px;
	-moz-background-size:194px 24px;
	-ms-background-size:194px 24px;
	-o-background-size:194px 24px;
	-webkit-background-size:194px 24px;
	border:none;
	font-weight:bold;
	text-indent:20px;
	float: left;
}

.btnArea >div > img {
	width: 47px;
	float: left;
	margin:0 5px 0 9px;
}
/*.btnArea ul.btn {
	margin:3px 0 6px 0;
}
.btnArea ul.btn li {
	float:left;
	list-style-type: none;
	line-height:26px;
	font-size:12px;
	font-weight:bold;
	margin:5px 5px 0 0;
}
.btnArea ul.btn a {
	padding:3px 0 4px 12px;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/btn_or_l.png);
	background-size:12px 23px;
	-moz-background-size:12px 23px;
	-ms-background-size:12px 23px;
	-o-background-size:12px 23px;
	-webkit-background-size:12px 23px;
	background-repeat: no-repeat;
	background-position: left top;
}
.btnArea ul.btn span {
	padding:3px 12px 4px 0;
	background-image: url(../images/btn_or_r.png);
	background-size:160px 23px;
	-moz-background-size:160px 23px;
	-ms-background-size:160px 23px;
	-o-background-size:160px 23px;
	-webkit-background-size:160px 23px;
	background-repeat: no-repeat;
	background-position: right top;
}*/

 /*記事テキスト*/

/*******************************************/
/* user wanted yahoo stlye so coment out */
/*******************************************/
/*
.menu {
	margin:0;
}
.main_nav {
	width:100%;
	margin:0;
	cursor:pointer;
}
.main_nav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9C9C9C;
}
*/

/*
.main_nav li {
	height:43px;
	margin-top:13px;
	overflow:hidden;
	display:block;
	overflow:hidden;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C9C9C; */
	
/*	background: #ffffff; /* Old browsers */
/*	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 32%, #eeeeee 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(32%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 32%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 32%,#eeeeee 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 32%,#eeeeee 100%); /* IE10+ */
/*	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 32%,#eeeeee 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
/*} 
.main_nav h3 {
	font-size:14px;
	color:#626262;
	padding:5px 0 5px 25px;
}
*/
/*
.main_nav p {
	font-size:12px;
	color:#949494;
	padding:0 0 10px 25px;
}
.main_nav a {
	text-decoration:none;
	background-image: url(../images/icn_link.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size:12px 23px;
	-moz-background-size:12px 23px;
	-ms-background-size:12px 23px;
	-o-background-size:12px 23px;
	-webkit-background-size:12px 23px;
	display:block;
}
*/
/*******************************************/
/* user wanted yahoo stlye new style */
/*******************************************/
.menu {
	padding-left:10px;
}
.main_nav li {
	line-height:1.7;
}
.main_nav h3 {
	font-size:16px;
}
.main_nav a {
	color: #006ccc;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(201,255,71,0.5);
}

/*******************************************/
/* user wanted yahoo stlye end */
/*******************************************/

 /*新着テキスト*/
.txtNew {
	color:#E60012;
}
 /*ジャンルテキスト*/
.txtJr {
	color:#00A0E9;
}

/*ページ送り*/

.pagingArea {
	height: 44px;
	text-align:center;
	position:relative;
}
.searcharea,.submitarea {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e3e2e2 inset;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(rgb(233,233,233), rgb(254,254,254)); /* Firefox */
	background: -o-linear-gradient(rgb(233,233,233), rgb(254,254,254)); /* Opera */
	background: -webkit-linear-gradient(rgb(233,233,233), rgb(254,254,254)); /* Chrome,Safari */
	background: linear-gradient(rgb(233,233,233), rgb(254,254,254));
}
.pagingArea ul {
	padding-top: 11px;
}
.pagingArea li {
	display:inline;
	text-align:center;
}
.pagingArea li a {
	display:inline-block;
	text-decoration:none;
	padding:3px 6px 5px 6px;
	color:#ed7819;
}
.pagingArea li.fo {
	display:inline-block;
	text-decoration:none;
	background:#e0e0e0;
	padding:3px 6px 5px 6px;
	color:#303030;
}
.pagingArea >a.pageback,
.pagingArea >a.pagenext {
	width: 40px;
	height: 41px;
	display: block;
	padding: 13px 0 0 0;
	position: absolute;
	border-left: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
	background: #515151;
	background: -moz-linear-gradient(rgb(120,120,120), rgb(56,56,56)); /* Firefox */
	background: -o-linear-gradient(rgb(120,120,120), rgb(56,56,56)); /* Opera */
	background: -webkit-linear-gradient(rgb(120,120,120), rgb(56,56,56)); /* Chrome,Safari */
	background: linear-gradient(rgb(120,120,120), rgb(56,56,56));
	box-shadow: 0 1px 5px rgba(0,0,0,0.3) inset;
}
.pagingArea >a.pageback{
	left: 0;
	top: 0;
}
.pagingArea >a.pagenext {
	right: 0;
	top: 0;
}

/*広告スペース*/

.advArea {
	background-color: #FFEBD7;
}
.advArea .box {
	padding:5px 25px 7px 25px;
}
.advArea a {
	color:#666666;
	font-size:12px;
	text-decoration: none;
}
.advArea .icnAdv {
	background-image: url(../images/icn_adv.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	background-size:40px 40px;
	-moz-background-size:40px 40px;
	-ms-background-size:40px 40px;
	-o-background-size:40px 40px;
	-webkit-background-size:40px 40px;
	background-position: left center;
}



/*********設定画面*********/



 /*タイトル*/

/*.pref .titleArea h2 {
	color:#FFFFFF;
	font-size:14px;
	margin-left:25px;
	background-image: url(../images/tl_pref.png);
	background-size:16px 16px;
	-moz-background-size:16px 16px;
	-ms-background-size:16px 16px;
	-o-background-size:16px 16px;
	-webkit-background-size:16px 16px;
	background-position: left center;
	background-repeat: no-repeat;
}*/

 /*コンテンツ幅・位置*/

.pref #container .box {
	width:265px;
	padding: 0 20px;
	margin:0 auto;
	text-align:center;
}
.pref #container .box.time{
	border-bottom:1px solid #b3b3b3;
	padding-bottom: 20px;
}
 /*何時に習慣化しますか*/
#container #timeRoundbox {
	width: 305px;
	margin: 20px auto 0;
	padding: 20px 0 0;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b3b3b3;
	background: -moz-linear-gradient(rgb(239,239,239), rgb(254,254,254)); /* Firefox */
	background: -o-linear-gradient(rgb(239,239,239), rgb(254,254,254)); /* Opera */
	background: -webkit-linear-gradient(rgb(239,239,239), rgb(254,254,254)); /* Chrome,Safari */
	background: linear-gradient(rgb(239,239,239), rgb(254,254,254));
}
.slTime {
	font-size:18px;
	width:267px;
	color:#646464;
	padding:11px 0;
	margin-top: 8px;
	background-image: url(../images/time.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:267px 44px;
	-moz-background-size:267px 44px;
	-ms-background-size:267px 44px;
	-o-background-size:267px 44px;
	-webkit-background-size:267px 44px;
	border:none;
	font-weight:bold;
	text-indent:77px;

}

 /*アラーム*/
.pref #container .box.switch {
	width:265px;
	margin-top:0px;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #fff;
	position:relative;
}
.pref #container .box.switch h3 {
	font-size:18px;
	margin-top:4px;
	float: left;
}
.confirmBtn {
	text-align:center;
	margin:25px 0 30px 0;
	padding-top: 42px;
	background-image: url(../images/line_pref.png);
	background-position: 50% 5px;
	background-repeat: no-repeat;
	background-size: 217px 8px;
}


/*トグルスイッチ*/

div#itoggle p {
	color:#666;
	margin-bottom:10px;
	float: right;
}

div#itoggle input.iT_checkbox_on {
	display:block !important;
	float:left;
	position:relative !important;
	top:-2.5em !important;
	left:100px !important;
	margin-bottom:-43px;
}

div#itoggle label.ilabel {
	display:block;
	cursor:pointer;
}

div#itoggle label.itoggle,	div#itoggle label.itoggle span {
	display: block;
	width: 102px;
	height: 33px;
	margin:0 auto;
	background: url("../images/itoggle.png") left bottom no-repeat;
	cursor:pointer;
}

div#itoggle label.itoggle.iToff {
	background-position:right bottom;
}

div#itoggle label.itoggle span {
	background-position: left top;
	margin: 0;
}

div#itoggle input.iT_checkbox {
	position:absolute;
	top:-9999px;
	left:-9999px;
}



/* ///////// 共通パーツ ///////// */


/*ボタン背景*/
button.btnBk {
	width:263px;
	font-size: 18px;
	color: #ffffff;
	padding: 3px 0;
	border: 1px solid #333; /* Fallback style */
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: -moz-linear-gradient(top,rgba(70,70,70,.9) 0%, rgba(0,0,0,0.9));
	background: -o-linear-gradient(top left, rgba(70,70,70,6), rgba(0,0,0,0.8));
	background: -webkit-linear-gradient(rgba(70,70,70,.9), rgba(0,0,0,0.9));
	background: linear-gradient(top bottom, rgba(20,20,20,6), rgba(0,0,0,0.8));
	 -webkit-box-shadow: inset 0 1px 4px 0 rgba(255, 255, 255, 0.3); /* Safari, Chrome用 */
	-moz-box-shadow: inset 0 1px 4px 0 #777; /* Firefox用 */
	box-shadow: inset 0 1px 4px 0 rgba(255, 255, 255, 0.3); /* CSS3 */


}

button.btnBk img{
margin-top:5px;
margin-left: 70px;
}

button.btnBk { -webkit-tap-highlight-color: #ffffff; }

/*WIDTH */
.w10 {
	width:10px;
}
.w20 {
	width:20px;
}
.w30 {
	width:30px;
}
.w60 {
	width:60px;
}
.w100 {
	width:100px;
}
.w200 {
	width:200px;
}
.w300 {
	width:300px;
}
.w320 {
	width:320px;
}
/*HEIGHT */
.h10 {
	height:10px;
}
/* MARGIN */
.m0a {
	margin:0px auto 0px !important;
}
.m10a {
	margin:10px auto 0px !important;
}
.m20a {
	margin:20px auto 0px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr4 {
	margin-right: 4px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
/* PADDING */
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl50 {
	padding-left: 50px !important;
}
/* OVERFLOW */
.ofh {
	overflow: hidden !important;
}
.ofa {
	overflow: auto !important;
}
.ofs {
	overflow: scroll !important;
}
.ofxs {
	overflow-x: scroll !important;
}
.ofys {
	overflow-y: scroll !important;
}
/* FONT-WEIGHT */
.b {
	font-weight: bold !important;
}
.n {
	font-weight: normal !important;
}
/* FONT-SIZE */
.fs8 {
	font-size: 8px !important;
}
.fs9 {
	font-size: 9px !important;
}
.fs10 {
	font-size: 10px !important;
}
.fs12 {
	font-size: 12px !important;
}
.fs14 {
	font-size: 14px !important;
}
.fs16 {
	font-size: 16px !important;
}
.fs18 {
	font-size: 18px !important;
}
.fs20 {
	font-size: 20px !important;
}
.fs22 {
	font-size: 22px !important;
}
.fs24 {
	font-size: 24px !important;
}
.fs25 {
	font-size: 25px !important;
}
.fs26 {
	font-size: 26px !important;
}
.fs27 {
	font-size: 27px !important;
}
.fs28 {
	font-size: 28px !important;
}
.fs29 {
	font-size: 29px !important;
}
.fs140p {
	font-size: 140% !important;
}
/* TEXT-ALIGN */
.fac {
	text-align: center;
}
.far {
	text-align: right
}
.fal {
	text-align: left
}
/* FLOAT */
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
/* DISPLAY */
.dpi {
	display:inline;
}
.dpb {
	display:block;
}
/* DECORATION */
.tdn {
	text-decoration: none;
}


/* ///////// RESET ///////// */

* {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
p {
    line-height: 160%;
	font-size:16px;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
.print_next {
	page-break-before: always;
}
ul.pickupul {
    list-style: circle;
    list-style-position: inside;
    margin-left: 0px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid;
    border-color: #cccccc;
    width: 290px;
}
li.pickup {
    list-style: circle;
    list-style-image : url(../images/li_01.gif);
    list-style-position: inside;
    padding-left: 5px;
    padding-bottom: 4px;
    line-height: 130%;
	font-size:14px;
	}
div#contents {
	width:300px;
	padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}
.red {
    color: #CE001D;
}
.white {
    color: #FFF;
}
.underline{
	background-color:#FF3;
}

.bold{
	font-weight:bold;
}
h2.h2title {
    background-repeat: no-repeat;
    background-image: url("../images/h2_title.jpg");
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
	margin-top:10px;
    height: 20px;
}
h3.h3title {  
    margin:20px 0 10px 0;
	padding:10px 0 10px 10px;
	font-size:14px;
	background-color:#CE001D;
	color:#FFF;
}
h3.h3title2 {
    border-bottom:1px solid #CE001D;  
    padding:15px 0 8px 0;
	margin-bottom:10px;
	font-size:14px;
	line-height:130%;
}
h3.h3title3 {
	font-weight:bold;
	margin-top:10px;
	font-size:14px;
}

.pad10{
	padding-bottom:10px;
}
