@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}

/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}


/* CSS初期設定 */


#bg img {
	border:0;
	vertical-align:bottom;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#wrapInner{
	width:100%!important;
}

/* title
------------------------------------------ */
h1 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	padding:3px;
	margin:0px;
}
#titTop {
	padding:0px;
	margin:0 0 20px 0;
}


	
/* mainArea
------------------------------------------ */
div#mainArea{
	width:100%!important;
	margin:0 auto;
	display:block;
	position:relative;
	padding:0 0 20px 0;
}

/* title
------------------------------------------ */
#title{
	width:100%;
	background:url(../images/bg.jpg) no-repeat 50% 0;
	text-align:center;

}




.ank{
	position:absolute;
	top: 370px;
	left: 12px;
}

#title #detail dt{
	margin:0 0 0 25px;
	padding:0;
}

#title #detail dd{
	width:578px;

	display:block;
	margin:0;
	padding:10px 0 0 90px;
	font-size:14px;
	line-height:1.6em;
}

#title #detail dd strong{
	color:#F60;
	font-weight:bold;
}


#title #btn{
	position:absolute;
	margin:0;
	padding:0;
	left: 574px;
	top: 1038px;
}

#title #btn:hover{
	opacity: 0.5 ;
	transition: 0.2s ;
}


#title #prize{
	position:absolute;
	margin:0;
	padding:0;
	left: 561px;
	top: 759px;
	width: 380px;
}

/* sub
------------------------------------------ */
.artcleWrap{
	width:100%!important;
	background:#e6f7ff;
	display:block;
	margin:0 auto 0;
	padding:20px 0 50px 0;
	position:relative;
}

.artcleWrap:nth-of-type(2n){
	background:#FFF
}

.inner{
	width:950px;
	margin:40px auto;
}

.commonTit{
	text-align:center;
	margin-bottom:40px;
	font-family:"メイリオ";
}

.commonTit span{
position: relative;
display:inline-block;
padding: 0.3em 2em;
font-weight:bold;
font-size:28px;
color:#5185fb;
border-top: dashed 3px #5185fb;
border-bottom: dashed 3px #5185fb;
}

.commonTit img{
	width:35px;
	position:relative;
	top:-2px;
	left:-10px;
	height:auto;
	margin:0 0 0 10px;
}

img[src$=".gif"], img[src$=".png"] {
   

                   image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
                   image-rendering: crisp-edges;
                   -ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
                 }


/* step
------------------------------------------ */
dl#step1{
	width:283px;
	height:250px;
	background:url(../images/bg_step1.png) no-repeat;
	display:block;
	margin:0 0 20px 30px;
	float:left;
}

dl#step2{
	width:285px;
	height:250px;
	background:url(../images/bg_step2.png) no-repeat;
	display:block;
	margin:0 0 20px 0px;
	float:left;
}


dl#step3{
	width:285px;
	height:250px;
	background:url(../images/bg_step3.png) no-repeat;
	display:block;
	margin:0 0 20px 0px;
	float:left;
}


dl#step1 dt,dl#step2 dt,dl#step3 dt{
	margin:0 0 0 0;
	padding:20px;
	font-size:12px;
	text-indent: 160%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	height:1px;
}

dl#step1 dd,dl#step2 dd,dl#step3 dd{
	margin:0;
	padding:15px;
	font-size:14px;
	line-height:1.8em;
	display:block;
}

dl#step1 dd strong,dl#step2 dd strong,dl#step3 dd strong{
	color:#F66;
	font-size:18px;
	margin-bottom:10px;
	display:block;
	font-family:"メイリオ";
}

dl#step1 dd p a.t01{
	width:235px;
	height:39px;
	background:url(../images/bt_follow.png) no-repeat;
	margin:0 auto 0;
	padding:0;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
}

dl#step1 dd p a.t02{
	width:265px;
	height:39px;
	background:url(../images/bt_follow2.png) no-repeat;
	margin:10px auto 0;
	padding:0;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
}


dl#step2 dd p a{
	width:265px;
	height:39px;
	background:url(../images/bt_tweet.png) no-repeat;
	margin:10px auto 0;
	padding:0;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
}



dl#step1 dd p:hover,dl#step2 dd p:hover{
	opacity: 0.5 ;
	transition: 0.2s ;

}

p.arrow{
	margin:100px 10px 0 10px;
	padding:0;
	float:left;
	width:10px;
}

p.arrow img{
	width:10px;
}

.kiyakuBox{
	width:880px;
	display:block;
	margin:0 auto 0;
	padding:0 0 20px 0;
	
}

.kiyakuBox dt{
	background:#D7FEFF;
	padding:10px;
	border-top:3px solid #2197EF;
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:16px;
}

.kiyakuBox dd{
	margin:0;
	padding:0 0 0 10px;
	font-size:14px;
}

.kiyakuBox dd ul{
	margin:0;
	padding:0 0 0 10px;
	display:block;
	font-size:14px;
}

.kiyakuBox dd ul li{
	margin:15px 0 0 0;
	padding:0 0 0 15px;
	display:block;
	background:url(../images/im_list.png) no-repeat 0 2px;
}

#titles{
	display:none;
}

#wijet{
	overflow:hidden;
	width:835px;
	margin:40px auto 10px;
	display:block;
}


#wijet h4{
	width:279px;
	height:auto;
	float:left;
	display:block;
	margin:30px 30px 0 0;
	background:url(../images/ti_achichi.png) no-repeat;
	height:246px;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
}

#wijet p{
	width:520px;
	float:left;
	display:block;
	border:1px solid #f3f3f3;
}

.pcnone{
	display:none;
}



.btn{
	background:#F23B84;
	display:block;
	padding:15px;
	text-align:center;
	color:#FFF!important;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	width:50%;
	font-size:20px;
	font-family:"メイリオ";
	margin:30px auto 0;
}



.btn:hover{
	opacity: 0.5 ;
	transition: 0.2s ;
	text-decoration:none!important;
}


.catche{
	font-size:16px;
	line-height:28px;
	text-align:center;
	clear:both;
	margin-bottom:40px;
	font-family:"メイリオ";
}

.naviBox{
	background:#5185fb;
	display:block;
	text-align:center;
}

.naviBox li{
	display:inline-block;
	margin:10px 0;
	text-align:center;
	border-right:1px dashed rgba(255,255,255,0.3);
	font-family:"メイリオ";
}

.naviBox li:first-child{
	border-left:1px dashed rgba(255,255,255,0.3);
}

.naviBox li a{
	display:block;
	padding:15px 30px 25px;
	font-size:18px;
	color:#FFF;
	background:url(../images/im_navi.png) no-repeat 50% 80%;
	background-size:15px auto;
}

.naviBox li a:hover{
	opacity: 0.5 ;
	transition: 0.2s ;
	text-decoration:none!important

}

.ouboBox{
	display:block;
	background:#FFF;
	padding:25px;
	border:3px solid rgba(000,000,000,0.1);
}

.ouboBox dt{
	font-size:22px;
	text-align:center;
	border-bottom:1px solid rgba(000,000,000,0.1);
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	color:#5185fb;
	font-weight:bold;
	font-family:"メイリオ";
}

.ouboBox dd{
	overflow-y:scroll;
	height:300px;
}

.ouboBox dd p{
	margin-top:20px;
}

.ouboBox dd p strong{
	display:block;
	color:#C00;
	font-size:16px;
	margin-bottom:8px;
}


.ouboBox dd p span{
	display:block;
	font-size:14px;
	line-height:200%;
	padding:0 0 0 20px;
}

.yet{
	text-align:center;
	font-size:30px;
	padding:80px;
	background:rgba(000,000,000,0.1);
}

.inner950{
	width:950px;
	margin:0 auto;
}

.intyp{
	text-align:center;
	margin-top:10px;
}

.intyp img{
	width:90%;
	margin:0 auto;
	height:auto;
}

.catcheBox{
	font-size:12px;
	clear:both;
	text-align:center;
	line-height:28px;
}

#a03{
	overflow:hidden;
}

#a03 dl{
	display:block;
	background:#FFF;
	margin:0 0 30px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	overflow:hidden;
	border-bottom:4px solid rgba(0,0,0,0.2);
}

#a03 dl dt{
	padding:10px 15px 10px 60px;
	background:#2785CE;
	color:#FFF;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	position:relative;
	text-align:center;
}

#a03 dl dt:after{
	content:"";
	position:absolute;
	background:url(../images/ic_medal.png) no-repeat;
	background-size:100% auto;
	width:30px;
	height:68px;
	top:0;
	left:370px
}

#a03 dl:nth-of-type(3) dt:after,
#a03 dl:nth-of-type(4) dt:after{
	background:none!important
}

#a03 dl:nth-of-type(3) dt,
#a03 dl:nth-of-type(4) dt{
	padding:15px 15px 15px 15px;
}

#a03 dl dd{
	padding:20px;
	margin:0;
	width:430px;
	font-size:16px;
	float:left;
}

#a03 dl dd strong{
	display:block;
	text-align:center;
	color:#2785ce;
	padding:0 0 5px 0;
}

#a03 dl dd strong a{
	color:#333;
	font-size:20px;
	font-weight:100;
	font-family: "Noto Sans Japanese";
	text-decoration:none;
}

#a03 dl dd p{
	margin:0 0 0 0;
	padding:0;
}

#a03 dl dd p img{
	width:100%;
	height:auto;
}

#a03 dl dd span{
	font-size:11px;
	display:block;
	padding:5px 0 0 0;
	text-align:left;
	font-size:16px;
}

#a03 dl dd strong span{
	display:inline-block;
	text-align:right;
	padding:0 0 0 10px;
	font-size:10px;
	font-weight:normal	
}

#end {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #F55;
    margin-top: 1%;
}

.mlX{
	margin-left:245px!important;
}

.pr_banner {
    width: 100%;
    margin-bottom: 3%;
}
.pr_banner a {
    width: 100%;
}
.pr_banner a img {
    max-width: 640px;
    display: block;
    margin: 0 auto 1% auto;
}
.pr_banner p {
    text-align: center;
}
.pr_banner:hover{opacity:0.8;}

#a03 #oneC dd{
	width:430px;
	float:none;
	margin:0 auto;
}

#a03 #threeC dd{
	width:276px;
	margin:0 auto;
}

/*ballon*/
#a03 dl dd span {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding: 9px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

#a03 dl dd span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -7px;
	border: 5px solid transparent;
	border-left: 8px solid #e0edff;

}

#a03 dl dd span font {
	margin: 0;
	padding: 0;
	display:block;
}

/*tabijeni*/

div#useWrap {
    padding: 10px;
    margin-bottom: 30px;
}

div#useWrap div {
    overflow: hidden;
    padding: 15px;
    margin: 0 0 0 0;
    background: #FFF;
    float: none !important;
    width: auto !important;
    border-bottom: 1px dashed #CCC;
}

div#useWrap div p {
    float: left;
    margin: 0 20px 0 0;
    width: 150px;
    height: auto;
}

div#useWrap div p img{
	width:100%;
	height:auto;
}

#useWrap div dl {
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
}

#useWrap div dl dt {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
}
#useWrap div dl dd{
	font-size:14px;
}

#useWrap div dl dd > span{
	display:block;
	margin:5px 0 0 0;
	font-size:
}

#useWrap div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}

#useWrap div dl dd > span span{
	color:#F69;
	display:inline;
}

