@charset "shift_jis";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,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 {
	background:transparent;
	font-size:100%;
	vertical-align:baseline;
	outline:0;
	border:0;
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}

svg:not(:root) {
	overflow:hidden;
}
a {
	background:transparent;
	font-size:100%;
	vertical-align:baseline;
	margin:0;
	padding:0;
}
input,select {
	vertical-align:middle;
}
input[type=checkbox],input[type=radio] {
	vertical-align:baseline;
}
abbr[title] {
	border-bottom:1px dotted;
	cursor:help;
}
blockquote,q {
	quotes:none;
}
br {
	letter-spacing:0;
}
del {
	text-decoration:line-through;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #d7d8da;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	margin:1em 0;padding:0;
}
img {
	vertical-align:bottom;
	border:0;
	-ms-interpolation-mode:bicubic;
}
ins {
	text-decoration:none;
}
li {
	list-style-type:none;
}
pre {
	font-family:monospace, sans-serif;
	white-space:pre-wrap;
	word-wrap:break-word;
	margin:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
audio:not([controls]),[hidden] {
	display:none;
}
b,strong {
	font-weight:700;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:none;
}
dfn,em {
	font-style:normal;
}




/* Basic settings
--------------------------------------------------------- */
body { font:14px/1.231 "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif; -webkit-text-size-adjust:none; color: #333;}
a {color: #0867bf; text-decoration: underline;}
a, button, input, select { -webkit-tap-highlight-color:rgba(0,0,0,0.3);}
textarea, input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {font-size:15px;}
textarea, pre { font-family:"ヒラギノ角ゴ ProN W3", Helvetica, "HelveticaNeue", Verdana, sans-serif;}


/*--- 記事広告スタイル ---*/

html {
    font-size: 62.5%
}
body {
    /*font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;*/
	padding: 0px 10px;
	font-size: 1.4em;
	/*color: #333;
	text-align: center;
	line-height:1;*/
}

h1,h2,h3,h4,h5,h6,dl,dt,dd,p,li,textarea {
	line-height: 1em;
	font-size: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


#container {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

#header {
	padding: 8px 0 10px;
}
#header #logo {
	float: left;
}
#header #logo img {
	margin-right: 13px;
	vertical-align: middle;
}
#header .pcguide {
	float: right;
	margin-top: 18px;
}
#header .pcguide a {
	padding: 2px 2px 0px 22px;
	background: url(/images/icon_guide.gif) no-repeat left center;
	text-decoration: none;
}

.pageTtl-box {
    background: #f5f5f5;
    border: solid #ddd;
    border-width: 1px 0;
	margin-bottom: 9px;
}
.pageTtl {
	position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 12px 9px;
    font-weight: 700;
    line-height: 1.2;

}
.pageTtl span.pr {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 9px;
	right:10px;
	width: 60px;
	height: 20px;
	background: url(/images/pr_icon2.gif) no-repeat 0 0;
}

/*　パンくず　*/
@font-face {
    font-family: iconfont;
    src: url(/images/fonts/iconfont.eot?1449568682978);
    src: url(/images/fonts/iconfont.eot?1449568682978#iefix) format("eot"), url(/images/fonts/iconfont.woff?1449568682978) format("woff"), url(/images/fonts/iconfont.ttf?1449568682978) format("truetype"), url(/images/fonts/iconfont.svg?1449568682978#iconfont) format("svg")
}

.pcBreadcrumbs .drops:before {
    font-family: iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
	padding-right: 4px;
}
.pcBreadcrumbs .drops:before {
    content: '\E003'
}
.pcBreadcrumbs {
	margin-bottom: 14px;
}
.pcBreadcrumbs .drops {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    line-height: 1.3;
}
.pcBreadcrumbs .drops a {
    color: #0867bf;
	text-decoration:none;	
}
.pcBreadcrumbs .drops a:hover {
    color: #1e85e5;
	text-decoration: underline;
}
.pcBreadcrumbs .drops a:visited {
    color: #0867bf;
}
.pcBreadcrumbs .drops:before {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    color: #b4b4b4;
    font-weight: 400;
    vertical-align: middle;
}
.pcBreadcrumbs .drops:first-child:before {
    content: none;
}

.pcFooter {
    margin-top: 60px
}
.footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 0;
    background: #001789;
    color: #fff;
    text-align: center
}

.floatL {float: left !important;}
.floatR {float: right !important;}
.price {font-family: Verdana;color: #f00 !important;}

/*--- カテゴリカラー ---*/
#default #header,
#energy #header,
#housing #header,
#electricity-gas #header {border-top: 7px solid #001789;}
#pc #header {border-top: 7px solid #0099ff;}
#kaden #header {border-top: 7px solid #ff6600;}
#keitai #header {border-top: 7px solid #3266cc;}
#bb #header {border-top: 7px solid #670099;}
#camera #header {border-top: 7px solid #009899;}
#game #header {border-top: 7px solid #ffcc33;}
#kuruma #header {border-top: 8px solid #013466;}
#mobile-data #header {border-top: 7px solid #5533bb;}
#hobby #header {border-top: 7px solid #feae00;}
#money #header {border-top: 7px solid #333367;}
#insurance #header {border-top: 7px solid #92d104;}
#book-cd-dvd #header {border-top: 7px solid #339933;}
#pet #header {border-top: 7px solid #d68011;}
#baby #header{border-top: 8px solid #ffa4d1;}
#beauty-health #header {border-top: 7px solid #99cc33;}
#houseware #header {border-top: 7px solid #9cb416;}
#interior #header {border-top: 7px solid #cdcc00;}
#sports #header {border-top: 7px solid #3398cc;}
#watch-accessory #header {border-top: 7px solid #cc3366;}
#fashion #header {border-top: 7px solid #a00000;}


/* 非表示設定 */
.backToTop,
.guide,
.copyright,
.spBreadcrumbs,
.spkakakuLogo,
.spItem { display: none; }



/* 共通指定 */
h2 {
	border-bottom: #999 dotted 1px;
	border-left: #d5002b solid 7px;
	font-size: 115%;
	font-weight: bold;
	margin: 45px 0 30px;
	padding: 8px 0 8px 10px;
}

.infoList dl, #personal dl {
	overflow: hidden;
	zoom: 1;
}

.notice {
	color: #e80000;
	font-size: 80%;
	padding-left:3px;
}

.sentence {
	font-size: 100%;
	line-height: 1.5;}


.formWrap .caption,
.nickName dd span, .mail dd span {
	font-size:90%;}

input, 
textarea {
padding: 5px 4px;
border:#a9a9a9 1px solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}

select {
	padding:7px 4px;
	border:#a9a9a9 1px solid;}


/* 看板 */
.pcMainTitle {
	margin-bottom: 20px;
}

/* リード */
.lead {
	line-height: 2;
	padding: 0 15px;}

.lead span {
	font-size:120%;
	display:block;
	margin:30px 0 20px 0;
	text-align:center;}

.lead span.caption {
	font-size:92%;
	display:block;
	margin:0;
	text-align:left;}

/* IVリンク・メーカーリンク */
.linkList {
	margin-top:20px;
	padding: 0 15px;}
	
.linkList li {
	margin-top:15px;}

.linkList li:before {
	margin-top:0;}
	

/* モニター応募要項 */
.infoList dl {
	width: 750px;
	margin: 0 auto;
}
.infoList dt {
	width: 15%;
	line-height: 1.5;
	font-weight:bold;
	float: left;
	margin-bottom: 20px;
	display:block;
	clear: both;
}
.infoList dd {
	width: 83%;
	line-height: 1.8;
	float: right;
	margin-bottom: 20px;
	display:block;
}

.infoList li {
	line-height: 1.5;
	margin-bottom: 10px;
	text-indent: -15px;
	padding-left: 12px;
}

.infoList dd:last-child,
.infoList li:last-child { margin-bottom: 0; }


.checkWrapTop {
background-color:#f0f0f0;
text-align:center;
padding:15px 0;
margin-top:40px;
font-size:105%;}


/* form囲み */
.formWrap {
	border: #d4d4d4 solid 1px;
	width: 100%;
	margin-top:20px;
	padding: 50px 35px 60px;
	box-sizing:border-box;
}

.formWrap li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom:15px;
}

.formWrap ul.inline li {
	display:block;}

.formWrap li input,
.formWrap .txtAnswer li input { 
	margin-right: 6px;}

.formWrap .txtAnswer li {
	display:block;
	line-height: 1.6;}
.formWrap .txtAnswer li span {
	display: inline-block;
	min-width: 70px;
	vertical-align: -2px;}

/* personal */
#personal dl { 
	margin-bottom: 30px; }
	
#personal dt {
	width: 20%;
	float: left;
	letter-spacing: 0.04em;
	padding: 5px 0 0 0;
}
#personal dd {
	width: 80%;
	float: right;
}

#personal .name dd { 
	padding-bottom:10px;}

.sex dd > label {
	margin:0 20px 0 5px;}
	
.name input { 
	margin: 0 20px 0 10px;
	width:50%;}

.nickName dd input, .mail dd input { 
	margin-bottom: 8px; }

.address input,
.nickName input {width:50%;}


/* 設問内指定 */

#question .q_data {
	padding-top:50px;
	overflow: hidden;
	zoom: 1;
	}

#question .q_data .q_No {
	width: 15%;
	float:left;
}

#question .q_data .q_No p {
	background: #f0f0f0;
	padding:8px 10px 5px;
	font-size: 100%;
	text-align:center;}

#question .q_data .q_list {
width:80%;
float:right;}

#question .q_data .q_list p {
	line-height:1.8;
	margin:2px 0 20px 0;
	padding:0;
	text-indent:0;}


#question .q_data .q_list p.subQ {
	margin:20px 0 8px 0;
	font-weight:bold;}

#question .q_data .q_list p.subQ .notice {
	font-weight:normal;}


#question li.txtArea,
#question li.break { display: block; }

#question dl.txtArea dt { margin-bottom: 8px; }
#question dl.txtArea textarea { width: 78%; }

.formWrap .txtAnswer02 {
	overflow: hidden;}

.formWrap .txtAnswer02 li {
	float: left !important;
	width: 50%;
	margin-right: 0;}

.formWrap .txtAnswer02 li input {
	width:60%;}

/* 同意事項 */
#agreeWrap {
	background: #f0f0f0;
	width: 640px;
	margin: 60px auto 0;
	padding: 25px;
}
#agreeWrap h4 {
	font-size: 100%;
	margin-bottom: 18px;
}
#agreeWrap ol {
	margin-bottom: 20px;
}

#agreeWrap li {
    font-size: 85%;
    line-height: 1.7;
	text-indent: -13px;
	padding-left: 13px;
    margin-bottom: 5px;
}
.checkWrap {
    background-color: #FFF;
    padding: 10px 0 8px 12px;
    clear: both;
	text-align:center;
}
.checkWrap input { margin-right: 10px; }

/* 送信ボタン */
.submit{
	text-align: center;
	margin: 50px 0 0;
}
.submit a{
	background: linear-gradient(to bottom, #57aaea, #2f8cd4);
background: -webkit-gradient(linear,left top,left bottom,from(#57aaea),to(#2f8cd4));
background: -webkit-linear-gradient(top, #57aaea, #2f8cd4);
	background-color: #369ae8;
	border: #3487c8 solid 1px;
	border-radius: 3px;
	color: #FFF;
	font-size: 16px;
	letter-spacing:2px;
	padding: 12px 60px 10px;
	text-decoration:none;
}
.submit a:hover { background: linear-gradient(to bottom, #2f8cd4, #57aaea);
background: -webkit-gradient(linear,left top,left bottom,from(#2f8cd4),to(#57aaea));
background: -webkit-linear-gradient(top, #2f8cd4, #57aaea);
background-color: #54b2fa; }

.submitArea {
	overflow: hidden;
	zoom: 1;}

.submitArea  #btnBack {
	float: left;
	margin: 0 40px 0 110px;}
	
.submitArea  #btnSubmit {
	float: left;}

/* エラー */
input.inputError,
select.inputError,
textarea.inputError  {
	border: 1px solid #e54040;
	background: #ffecec;
}

.errortext {
	color: #d00;
	margin-bottom:5px;
	display: block;
	font-size: 92%;
}

/* thanksページ */

.linkArea {
	border: #d4d4d4 solid 1px;
	width: 100%;
	margin-top:40px;
	padding: 30px;
	box-sizing:border-box;
}

.linkArea dt {
	font-size:115%;
	line-height:1.2;
	margin-bottom:30px;
	border-left:#999 8px solid;
	padding-left:10px;}

.linkArea dd {
	margin:0 40px 20px 0;
	display:inline-block;
	position: relative;
	padding-left:15px;}
	
.linkArea dd:after {
	display: block;
	content: '';
	position: absolute;
	top: .2em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);}


/* 同意事項（横に画像が入る） */
li.q_txt {
	border-top: #CCC dotted 1px;
	font-size: 100%;
	line-height: 1.6;
	margin-top: 7px;
	padding: 7px 0 5px;
}

.textLeft {
	float:left;
	width:400px;}
	
.imgRight {
	float:right;
	padding:0 0 10px 15px;
	width:330px;
	height:auto;}

.imgRight img {
width:100%;
height:auto;}

.mTopspace {
	margin-top: 20px;}