@charset "shift_jis";

/*-----Common-----*/

body{
width: 100%;
	margin: 0;
	padding: 5px 0 0 0;
	background: #fff url("../image/common/bg.gif") 0 0 repeat-x;
}

body,table,tr,th,td{
	font: 13px "Lucida Grande",Arial,Helvetica,"ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	color: #555;
	font-weight: normal;
	line-height: 150%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
}

a{
	overflow: hidden;
	text-decoration: none;
	color: #00f;
}

a:active{
	color: #c00;
}

a:visited{
	color: #00c;
}

a:hover{
	color: #c00;
}

a img{
	border: 0;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#C_POINT{
	margin: 0 0 -1px 0;
}

#container{
	background: #fff;
}

#copy{
	font-size: 9px;
	line-height: 16px;
	color: #999;
}

#bcl{
	margin: 0 0 10px 0;
}

#bcl .linktext{
	padding: 3px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#bcl .linktext a{
	color: #fff;
	font-size: 9px;
	font-weight: normal;
}

#c_new{
	margin: 0 0 10px 0;
}

#c_new .linktext{
	padding: 4px 0 0 0;
	color: #fff;
}

.list_a{
	margin: 0 0 10px 0;
}

.list_a a,
.list_a a:visited{
	text-decoration: underline;
	color: #fff;
}


.list_a .nametext{
	padding: 1px 0 0 0;
	font-weight: bold;
}

.list_a .nametext2 a,
.list_a .nametext2 a:visited{
	color: #000;
}

.list_a .tolist{
	padding: 1px 0 0 0;
}

.list_a .tolist a,
.list_a .tolist a:visited
{
	font-size: 9px;
	text-decoration: none;
}

.sb
{
	background: #396086;
	padding: 0 5px 0 5px;
	color: #fff;
}

#new{
margin: 0 0 1px 0;
}


#new .title{
padding: 2px 2px 2px 15px;
background: #fff url(../image/common/mark01.gif) 4px 11px no-repeat;
}

#new .title a{
color: #555;
font-size: 11px;
text-decoration: underline;
}

#new .title a:hover{
color: #c00;
}

.read_all {
	display: block;
	width: 12em;
	margin: 1em auto;
	padding: 0.5em;
	border-radius: 0.3em;
	background: #000;
	text-align: center;
	color: #ddd;
}

.read_all:hover {
	background: #333;
	color: #fff;
}

/* clearfix */
.cf:before, .cf:after {content: ""; display: table;}
.cf:after {clear: both;}
.cf {zoom:1;}

/* more */
.more, .more:visited {
	display: block;
	width: 120px;
	height: 30px;
	margin: 10px auto 0px;
	padding: 0px 10px;
	border-radius: 15px;
	background: #333 none repeat scroll 0% 0%;
	line-height: 30px;
	text-align: center;
	color: #FFF;
}


/*-----Menu-----*/

#menu1 a{
	display: block;
	width: 165px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	background: #000 url("../image/menu/bg.gif") 0 0 no-repeat;
}

#menu1 a:active{
	color: #ffb000;
	background: #000 url("../image/menu/bg.gif") -165px 0 no-repeat;
}

#menu1 a:visited{
	color: #fff;
	background: #000 url("../image/menu/bg.gif") 0 0 no-repeat;
}

#menu1 a:hover{
	color: #ffb000;
	background: #000 url("../image/menu/bg.gif") -165px 0 no-repeat;
}

#menu1 a div{
	width: 165px;
	height: 30px;
	margin: 0;
	padding: 6px 0 0 28px;
	cursor: pointer;
}

#menu2 a{
	display: block;
	width: 165px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #d9d9d9;
	font-size: 11px;
	background: #000 url("../image/menu/bg2.gif") 0 0 no-repeat;
}

#menu2 a:active{
	color: #ffb000;
}

#menu2 a:visited{
	color: #d9d9d9;
}

#menu2 a:hover{
	color: #ffb000;
}

#menu2 a div{
	width: 165px;
	height: 27px;
	margin: 0;
	padding: 6px 0 0 28px;
	cursor: pointer;
}






/*----------------------------------------------------------------------
Btnbox
----------------------------------------------------------------------*/

.btnbox {
	padding: 20px 0 10px 0;
	border-top: solid 1px #fff;
	text-align: center;
}

.btnbox input[type="text"], 
.btnbox input[type="button"], 
.btnbox input[type="submit"], 
.btnbox input[type="reset"] , 
.btnbox a {
	-webkit-appearance: none;
	display: inline-block;
	min-width: 120px;
	margin: 0;
	padding: 7px 16px;
	border-radius: 10px;
	background-color: #333;
	border: 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.btnbox input[type="reset"] {
	margin-right: 5px;
	background-color: #999;
}

.btnbox input[type="text"] {
	width: 280px;
	margin-right: 10px;
	padding: 5px 15px;
	border-radius: 0;
	border: solid 1px #4d7ba4;
	background-color: #fff;
	text-align: left;
	color: #000;
	cursor: auto;
}

.btnbox input[type="button"]:hover, 
.btnbox input[type="submit"]:hover, 
.btnbox input[type="reset"]:hover , 
.btnbox a:hover {
	background: #000;
}





/****************使わない*********************
#menu3{
	background: #000;
}

#menu3 a{
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	background: #000 url("../image/menu/bg3.gif") 0 0 no-repeat;
}

#menu3 a:active{
	color: #fc0;
	background: #000 url("../image/menu/bg3.gif") -300px 0 no-repeat;
}

#menu3 a:visited{
	color: #fff;
	background: #5a5a5a url("../image/menu/bg3.gif") 0 0 no-repeat;
}

#menu3 a:hover{
	color: #fc0;
	background: #000 url("../image/menu/bg3.gif") -300px 0 no-repeat;
}

#menu3 a div{
	white-space : nowrap;
	height: 20px;
	margin: 0;
	padding: 1px 5px 0 24px;
	cursor: pointer;
}
****************使わない*********************/
#menu4{
	background: #000;
}

#menu4 a{
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	background: #000 url("../image/menu/bg3.gif") 0 0 no-repeat;
}

#menu4 a:active{
	color: #fc0;
	background: #000 url("../image/menu/bg3.gif") -300px 0 no-repeat;
}

#menu4 a:visited{
	color: #fff;
	background: #5a5a5a url("../image/menu/bg3.gif") 0 0 no-repeat;
}

#menu4 a:hover{
	color: #fc0;
	background: #000 url("../image/menu/bg3.gif") -300px 0 no-repeat;
}

#menu4 a div{
	white-space : nowrap;
	height: 20px;
	margin: 0;
	padding: 1px 5px 0 24px;
	cursor: pointer;
}

/*-----Right-----*/

.right_linktxt a{
	color: #eee;
	text-decoration: underline;
	zfont-size: 9px;
	line-height: 15px;
}

.right_linktxt a:active{
	color: #fff;
}

.right_linktxt a:visited{
	color: #fff;
}

.right_linktxt a:hover{
	color: #fff;
}


/*-----Top-----*/

.recommend .date{
	width: 60px;
	margin: 0 0 3px 0;
	padding: 4px 5px 2px 5px;
	background: #000;
	font-size: 12px;
	color: #fff;
	line-height:13px;
}

.recommend .title{
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	line-height:140%;
}

.recommend .title:active{
	color: #c00;
}

.recommend .title:visited{
	color: #000;
}

.recommend .title:hover{
	color: #c00;
}

#whatsnew{
	padding: 0 5px 5px 5px;
}

#whatsnew .date{
	padding: 2px 2px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#whatsnew .comment{
	padding: 4px 4px 5px 37px;
	font-size: 12px;
	background: #fff url("../image/top/whatsnew_mark.gif") 10px 11px no-repeat;
}

#whatsnew .comment a{
	color: #000;
}

#whatsnew .comment a:hover{
	color: #c00;
}

#pickupnews{
	padding: 0 5px 5px 5px;
	line-height: 200%;
}

#pickupnews .recommend tr td {
	line-height: 200%;
}

#pickupnews a{
	text-decoration: underline;
}

.column .title{
	color: #fff;
	font-weight: bold;
}

.column .title:active{
	color: #fff;
}

.column .title:visited{
	color: #fff;
}

.column .title:hover{
	color: #fff;
}

.column .date{
	float: right;
	width: 60px;
	margin: 0;
	padding: 0;
	background: #000;
	font-size: 11px;
	text-align: center;
	color: #fff;
}

.column .text{
	padding: 4px 5px 2px 5px;
	background: #e2e3e4;
	border-bottom: dotted 1px #bbb;
}

.event .date{
	width: 60px;
	margin: 0 0 3px 0;
	padding: 4px 5px 2px 5px;
	background: #000;
	font-size: 12px;
	color: #fff;
	line-height:13px;
}

.event .title{
	text-decoration: underline;
	color: #000;
	line-height: 140%;
}

.event .title:active{
	color: #c00;
}

.event .title:visited{
	color: #000;
}

.event .title:hover{
	color: #c00;
}

#pickup{
	margin: 0 0 10px 0;
}

#pickup table{
	margin: 0 0 3px 0;
}

#pickup .title{
	padding: 3px 3px 3px 2px;
}

#pickup .title a{
	color: #555;
	font-size: 9px;
	line-height: 13px;
	text-decoration: underline;
}

#pickup .title a:hover{
	color: #c00;
}

#ranking{
	margin: 0 0 10px 0;
}

#ranking table{
	margin: 0 0 3px 0;
}

#ranking .title a{
	color: #555;
	font-size: 11px;
	line-height: 15px;
	text-decoration: underline;
}

#ranking .title a:hover{
	color: #c00;
}






#rankingleft{
	margin: 7px 0 10px 0;
}

#rankingleft table{
	margin: 0 0 3px 0;
}

#rankingleft .title a{
	color: #555;
	font-size: 11px;
	line-height: 15px;
	text-decoration: underline;
}

#rankingleft .title a:hover{
	color: #c00;
}





#recommendL {
	margin: 7px 0;
}

#recommendL a  {
	color: #000;
}

#recommendL a:hover {
	color: #c00;
}

#recommendL article {
	margin: 12px 6px 0 5px;
	padding: 0 0 12px 0;
	border-bottom: solid 1px #000;
}

#recommendL article:last-child {
	border: 0;
}

#recommendL article .tb {
	float: left;
	margin: 0 0 0 4px;
}

#recommendL article .text {
	float: right;
	margin: 0 13px 0 0;
	width: 490px;
}

#recommendL article .text .ttl {
	line-height: 150%;
	font-weight: bold;
	font-size: 18px;
}

#recommendL article .text .body {
	margin: 3px 0 0 0;
	line-height: 170%;
	color: #555;
}

#recommendL article .data {
	float: right;
	margin: 12px 13px 0 0;
	width: 490px;
}

#recommendL article .data .date {
	float: left;
	width: 93px;
	font-size: 10px;
	color: #777;
}

#recommendL article .data .date:before {
	content: url(../image/top/clock.gif);
	margin-right: 3px;
}

#recommendL article .data .icon {
	float: right;
	width: 390px;
	text-align: right;
}

#recommendL article .data .icon li {
	display: inline-block;
	height: 16px;
	margin-bottom: 5px;
	padding: 2px 7px 0;
	border-radius: 10px;
	line-height: 100%;
	text-align: center;
	background: #a5a5a5;
	color: #fff;
}

#recommendL article .data .icon a:hover li {
	background: #000;
}













#newest{
	margin: 0 0 10px 0;
}

#newest table{
	margin: 0 0 3px 0;
}

#newest .date{
	padding: 2px 2px 2px 5px;
	font-size: 11px;
	font-weight: bold;
}

#newest .name a,#newest .title a{
	line-height: 13px;
}

#newest .title a{
	line-height: 150%;
	font-weight: bold;
	color: #c00;
}

#newest .name a{
	font-size: 9px;
	color: #666;
}

#newest .name a:hover,#newest .title a:hover{
	color: #c00;
}


/*------------------------------------------------------------------------------
toppage
------------------------------------------------------------------------------*/

#toppage {
	background: #fff url("../image/toppage/toppage_bg.gif") 0 0 repeat-x;
}

#toppage #container {
	background-color: transparent;
}

#toppage #biglink {
	overflow: hidden;
	width: 955px;
	height: 480px;
	margin: 9px 0 6px;
	padding-top: 5px;
}




#regularlink {
	width: 640px;
	height: 211px;
	padding: 10px;
	background: url(../image/top/regular_bg.png) 0 0 repeat-y;
}

#regularlink ul li {
	float: left;
	width: 210px;
	height: 103px;
	margin-right: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#regularlink ul li:nth-child(3n) {
	margin-right: 0;
}

#regularlink ul li:nth-child(n+4) {
	margin-top: 5px;
}

#regularlink ul .otokomaep {
	background-image: url(../image/top/otokomaep.png);
}

#regularlink ul .comicotokomae {
	background-image: url(../image/top/comicotokomae.png);
}

#regularlink ul .hobby {
	background-image: url(../image/top/hobby.png);
}

#regularlink ul .famous {
	background-image: url(../image/top/famous.png);
}

#regularlink ul .referencebook {
	background-image: url(../image/top/referencebook.png);
}

#regularlink ul .complex {
	background-image: url(../image/top/complex.png);
}

#regularlink ul .special {
	background-image: url(../image/top/special.png);
}

#regularlink ul .jouken {
	background-image: url(../image/top/jouken.png);
}

#regularlink ul .kotoba {
	background-image: url(../image/top/kotoba.png);
}

#regularlink ul .selection {
	background-image: url(../image/top/selection.png);
}

#regularlink ul .tashinami {
	background-image: url(../image/top/tashinami.png);
}

#regularlink ul li a {
	display: block;
	width: 210px;
	height: 103px;
	text-indent: -9999px;
}





#osakaboostlink {
	width: 660px;
	height: 250px;
	margin-top: 7px;
	background: url(../image/top/ob_bg2.jpg) 0 0 no-repeat;
}

#osakaboostlink .linkbtn {
	width: 199px;
	height: 31px;
	padding-top: 111px;
}

#osakaboostlink .linkbtn a {
	display: block;
	width: 199px;
	height: 31px;
	margin-left: 454px;
	background: url(../image/top/ob_link.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#osakaboostlink ul {
	width: 650px;
	height: 85px;
	padding-top: 13px;
	margin: 0 auto;
}

#osakaboostlink ul li {
	float: left;
	width: 214px;
	height: 85px;
	margin-right: 4px;
}

#osakaboostlink ul li:last-child {
	margin-right: 0;
}

#osakaboostlink ul li a {
	display: block;
	width: 214px;
	height: 85px;
	text-indent: -9999px;
}

#osakaboostlink ul .visual a {
	background: url(../image/top/ob_visual_off.jpg) 0 0 no-repeat;
}

#osakaboostlink ul .lifestyle a {
	background: url(../image/top/ob_lifestyle_off.jpg) 0 0 no-repeat;
}

#osakaboostlink ul .work a {
	background: url(../image/top/ob_work_off.jpg) 0 0 no-repeat;
}

#osakaboostlink ul .visual a:hover {
	background: url(../image/top/ob_visual_on.jpg) 0 0 no-repeat;
}

#osakaboostlink ul .lifestyle a:hover {
	background: url(../image/top/ob_lifestyle_on.jpg) 0 0 no-repeat;
}

#osakaboostlink ul .work a:hover {
	background: url(../image/top/ob_work_on.jpg) 0 0 no-repeat;
}


#rashinban {
	width: 640px;
	height: 196px;
	margin-top: 8px;
	padding: 134px 10px 10px 10px;
	background: url(../image/top/rashinban_ban.png) 0 0 no-repeat #000;
}

#rashinban li {
	float: left;
	width: 157px;
	height: 196px;
	margin-right: 4px;
}

#rashinban li:last-child {
	margin-right: 0;
}

#rashinban li a {
	display: block;
	width: 157px;
	height: 196px;
	text-indent: -9999px;
}

#rashinban li a:hover {
	background-color: rgba(255,255,255,0.2);
}






/*-----search-----*/
.search-box{
	margin: 0 0 5px 0;
}
.search-box .check,.search-box .check-top{
	padding: 0 0 5px 0;
}
.search-title{
	font-weight: bold;
	color: #fff;
	padding: 2px 5px;
}
.search-list{
	margin: 5px 0 0 5px;
}
.search-list td{
	font-weight: bold;
	color: #fff;
	padding: 2px 0;
	margin: 5px 0 5px 5px;
}

.check ul{
	margin: 0;
	padding: 5px 0 5px 5px;
	width: 630px;
}

.check-top ul{
	margin: 0;
	padding: 5px 0 5px 5px;
	width: 465px;
}

.check ul li,.check-top ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	white-space: nowrap;
}
.button{
	margin: 0 0 5px 0;
	padding: 0;
	text-align:center;
	background:#D2D2D2 url(../image/search/bg.gif);
}
.button-top{
	margin: 0 0 5px 0;
	padding: 0;
	text-align:center;
}
.button td{
	text-align:center;
	background:#D2D2D2 url(../image/search/bg.gif);
}
.button-top td{
	text-align:right;
}
.button .box,.button-top .box{
	width: 120px;
	height: 24px;
	text-align:center;
	color: #FFB000;
	font-weight: bold;
	background: #000;
}

.button-top .box{
	width: 475px;
	height: 20px;
	background: #333;
	border:1px solid #000000;
}

.movie-box td{
	padding: 5px 2px;
	background: #E5EFFF;
	border: 1px solid  #CCCCCC;
}
.movie-box2 th{
	margin: 0;
	text-align: left;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 3px 0 0 25px;;
	background: url(../image/search/movie-cate.gif) no-repeat;
}
.movie-box2 td{
	margin: 0;
	padding: 3px;
	background: #E5EFFF;
}

.movie-list{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px dotted #666666;
}
.movie-list td{
	padding: 5px 4px 5px 5px;
	background: #FFFFFF;
}
.movie-list td a:hover .img{
	margin: 0;
	border: 3px solid  #999999;
}
.movie-list img{
	vertical-align: middle;
	margin: 3px 3px 0 3px;
}
.movie-list .img{
	margin: 0;
	border: 3px solid #fff;
}
.movie-list td p{
	float: right;
	margin: 0;
	padding: 3px 0 0 0;
	width: 142px;
}
.couponshopname{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	background: #006400 url(../image/search/couponlistbg.gif);
}
.couponbox{
	background: #ffffff;
}
.coupon .shopimg{
	margin: 5px;
}
.couponshopdata{
	margin: 5px  5px 5px 0;
	padding: 5px;
	background:#EAEAEA;
}
.couponshopdata td{
	margin: 0;
	padding :5px 5px 7px 3px;
	border-bottom: 1px dotted #fff;
}
.couponcontent{
	margin: 5px 5px 5px 0;
	padding: 5px;
	background:#EAEAEA;
}
.couponcontent td{
	margin: 0;
	padding :5px 5px 5px 20px;
	background: url(../image/search/couponmark.gif) no-repeat 5px 8px;
	border-bottom: 1px dotted #fff;
}

#area{ display: none;}

#cate{ display: block;}

#purpose{ display: block;}

#c1{ display: block;}

#c2{ display: none;}

#c3{ display: none;}

.search_match_txt{
	color: #000;
	background: yellow;
}
.search_btn_hl{
	margin: 0 0 -2px 0;
}


/*-----Data-----*/

#data_read{
	font-size: 14px;
}

#data_body{
	line-height: 180%;
	font-size: 14px;
	word-break: break-all;
}












.listlink {
	padding-bottom: 10px;
	border-bottom: 2px solid #bbb;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.listlink a {
	color: #333;
}

.listlink a:hover {
	color: #c00;
}

.listlink a:after {
	content: "＞＞＞";
	display: inline-block;
	margin-left: 0.2em;
	letter-spacing: -0.5em;
	transform: scale(0.8, 1);
}



.lineat {
	width: 466px;
	margin: 10px 0 6px 8px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}

.lineat dl, .lineat dt, .lineat dd {
	margin: 0;
	padding: 0;
}

.lineat dl {
	margin: 7px;
}

.lineat dl:first-child dt {
	padding-bottom: 7px;
	border-bottom: dotted 1px #aaa;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.lineat dl:first-child dd {
	margin-top: 7px;
}

.lineat dl:nth-child(2) dt {
	height: 24px;
	border-radius: 12px;
	background: #eee;
	line-height: 22px;
	text-align: center;
	font-size: 15px;
}

.lineat dl:nth-child(2) dd {
	margin: 7px 5px 0;
}

.lineat dl:nth-child(2) dd .qr {
	display: block;
	float: left;
	width: 140px;
}

.lineat dl:nth-child(2) dd div {
	margin: 7px 0 5px 140px;
	padding: 3px 0 7px;
	border-radius:3px;
	border: solid 1px #ddd;
	text-align: center;
}

.lineat dl:nth-child(2) dd a {
	display: inline-block;
	margin-top: 3px;
}







.lineatsp {
	width: 658px;
	margin: 10px 0 6px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}

.lineatsp dl, .lineat dt, .lineat dd {
	margin: 0;
	padding: 0;
}

.lineatsp dl {
	margin: 7px;
}

.lineatsp dl:first-child dt {
	padding-bottom: 7px;
	border-bottom: dotted 1px #aaa;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.lineatsp dl:first-child dd {
	margin-top: 7px;
}

.lineatsp dl:nth-child(2) dt {
	height: 24px;
	border-radius: 12px;
	background: #eee;
	line-height: 22px;
	text-align: center;
	font-size: 15px;
}

.lineatsp dl:nth-child(2) dd {
	margin: 7px 5px 0;
}

.lineatsp dl:nth-child(2) dd .qr {
	display: block;
	float: left;
	width: 140px;
}

.lineatsp dl:nth-child(2) dd div {
	margin: 7px 0 5px 140px;
	padding: 3px 0 7px;
	border-radius:3px;
	border: solid 1px #ddd;
	text-align: center;
}

.lineatsp dl:nth-child(2) dd a {
	display: inline-block;
	margin-top: 3px;
}



















.snsbox {
	position: relative;
	width: 466px;
	height: 63px;
	margin: 5px 0 6px 8px;
	border: 1px solid #d2d2d2;
	background: #eee;
}

.snsbox .twitter {
	overflow: hidden;
	position: absolute;
	left: 32px;
	left: 62px;
	top: 8px;
	width: 87px;
	height: 20px;
}

.snsbox .twitter iframe.twitter-share-button {
	width: 105px!important;
}

.snsbox .twitterf {
	overflow: hidden;
	position: absolute;
	left: 129px;
	left: 134px;
	top: 8px;
	width: 95px;
	height: 20px;
}

.snsbox .fbshare {
	overflow: hidden;
	position: absolute;
	left: 229px;
	top: 8px;
	width: 145px;
	width: 170px;
	height: 20px;
}

.snsbox .gplus {
	overflow: hidden;
	position: absolute;
	left: 384px;
	top: 8px;
	width: 57px;
	height: 20px;
}

.snsbox .gplus .plusone div {
	*display: inline !important;
	width: 80px !important;
}

.snsbox .gplus .plusone div iframe{
	width: 80px !important;
}

.snsbox .mixyc {
	overflow: hidden;
	position: absolute;
	left: 142px;
	top: 36px;
	width: 58px;
	height: 18px;
}

.snsbox .hatebu {
	overflow: hidden;
	position: absolute;
	left: 210px;
	top: 39px;
	width: 16px;
	height: 12px;
}

.snsbox .yahoob {
	overflow: hidden;
	position: absolute;
	left: 236px;
	top: 37px;
	width: 16px;
	height: 16px;
}

.snsbox .pocket {
	overflow: hidden;
	position: absolute;
	left: 260px;
	top: 35px;
	width: 63px;
	height: 20px;
}


.snsboxsp {
	position: relative;
	width: 658px;
	height: 37px;
	margin: 10px 0 12px 0;
	border: 1px solid #d2d2d2;
	background: #eee;
}

.snsboxsp .twitter {
	overflow: hidden;
	position: absolute;
	left: 26px;
	top: 8px;
	width: 87px;
	height: 20px;
}

.snsboxsp .twitter iframe.twitter-share-button {
	width: 105px!important;
}

.snsboxsp .twitterf {
	overflow: hidden;
	position: absolute;
	left: 123px;
	top: 8px;
	width: 90px;
	height: 20px;
}

.snsboxsp .fbshare {
	overflow: hidden;
	position: absolute;
	left: 223px;
	top: 8px;
	width: 145px;
	height: 20px;
}

.snsboxsp .gplus {
	overflow: hidden;
	position: absolute;
	left: 378px;
	top: 8px;
	width: 57px;
	height: 20px;
}

.snsboxsp .gplus .plusone div {
	*display: inline !important;
	width: 80px !important;
}

.snsboxsp .gplus .plusone div iframe{
	width: 80px !important;
}

.snsboxsp .mixyc {
	overflow: hidden;
	position: absolute;
	left: 444px;
	top: 9px;
	width: 58px;
	height: 18px;
}

.snsboxsp .hatebu {
	overflow: hidden;
	position: absolute;
	left: 519px;
	top: 12px;
	width: 16px;
	height: 12px;
}

.snsboxsp .yahoob {
	overflow: hidden;
	position: absolute;
	left: 545px;
	top: 10px;
	width: 16px;
	height: 16px;
}

.snsboxsp .pocket {
	overflow: hidden;
	position: absolute;
	left: 569px;
	top: 8px;
	width: 63px;
	height: 20px;
}


/*-----エリア特集-----*/

.areatitle{
	padding: 5px 5px 5px 30px;
	border-bottom: dotted 1px #bbb;
	background: url(../image/top/area_mark.gif) no-repeat;
}

/*-----login panel-----*/
#loginpanel {
	margin: 0 0 5px 0;
}

#loginpanel input {
	width:80px;
	height:13px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	font-size: 11px;
	color: #000;
}

#loginpanel #name {
	background: url(../image/common/login_name_bg.gif) left bottom no-repeat;
	font-size: 9px;
	color: #fff;
}

#loginpanel #name a {
	font-size: 12px;
	font-weight: bold;
	color: #a8e73b;
}

#loginpanel #name a:link {
	font-size: 12px;
	color: #a8e73b;
}

#loginpanel #name a:visited {
	color: #a8e73b;
}

#loginpanel #name a:hover {
	color: #f90;
	text-decoration: underline;
}

#loginpanel #rank {
	background: url(../image/common/login_rank_bg.gif) 0 0;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

#loginpanel #comlink {
	width: 114px;
	margin: 0 0 2px 0;
	font-size: 9px;
	line-height: 170%;
}

#loginpanel #comlink a {
	color: #f90;
}

#loginpanel #comlink a:link {
	color: #f90;
}

#loginpanel #comlink a:visited {
	color: #f90;
}

#loginpanel #comlink a:hover {
	color: #a8e73b;
	text-decoration: underline;
}

/*-----report_kutikomi_right-----*/
#data_right .sougou {
	margin: 4px 0 5px 0;
	background: #000;
}

#data_right .sougou span {
	margin: 0 0 0 5px;
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}

#data_right .sougou table {
	margin: 0 0 2px 0;
}

#data_right .syousaihyouka {
	margin: 0 0 1px 0;
}

#data_right .syousaihyouka .edge {
	background: #4b432b;
}

#data_right .syousaihyouka table td {
	background: #fff;
	color: #555;
}

#data_right .toukou {
	margin: 5px 0 5px 0;
}

#data_right .toukou .edge {
	background: #000;
}

#data_right .toukou table td {
	background: #969587;
}

#data_right .toukou table td a {
	text-decoration: none;
	color: #fff;
}

#data_right .read {
	margin: 5px 0 5px 0;
	background: #000;
}

#data_right .read .edge {
	background: #000;
}

#data_right .read table td {
	background: #969587;
}

#data_right .read table td a {
	text-decoration: none;
	color: #fff;
}

#data_right .bookmark {
	margin: 5px 0 5px 0;
	background: #000;
}

#data_right .bookmark .edge {
	background: #000;
}

#data_right .bookmark table td {
	background: #969587;
}

#data_right .bookmark table td a {
	text-decoration: none;
	color: #fff;
}

#data_right .indicate {
	margin: 5px 0 5px 0;
	background: #000;
}

#data_right .indicate .edge {
	background: #000;
}

#data_right .indicate table td {
	background: #969587;
}

#data_right .indicate table td a {
	text-decoration: none;
	color: #fff;
}

#data_right #wrighter {
	margin: 0 0 5px 0;
}

#data_right #wrighter td{
	font-size: 9px;
	color: #C1B798;
	background: #645E49;
}

#data_right #wrighter a {
	text-decoration: underline;
	color: #E9D9AC;
}

#data_right #wrighter .title {
	padding: 4px;
	color: #C1B798;
	background: #000;
}

#data_right #wrighter .wrighterdata {
	padding: 0 0 5px 0;
	line-height: 170%;
}

#data_right #wrighter .wrighterdata img {
	margin: 4px 0 0 0;
}

#data_right #wrighter .wrighterdata .name {
	line-height:300%;
	font-size: 12px;
	font-weight: bold;
}

/*-----report_kutikomi_main-----*/

#report_menu {
	margin: 0 0 10px 0;
	background: #4b432b;
}

#report_menu table {
	background: #000;
}

#report_menu table td a {
	display: block;
	width: 157px;
	height: 24px;
	background: #969587;
	text-align: center;
	line-height: 24px;
}

#report_menu table td a:link {
	color: #fff;
}

#report_menu table td a:visited {
	color: #fff;
}

#report_menu table td a:hover {
	background: #000;
	color: #fff;
}

#kutikomi_head #top {
	margin: 0 0 2px 0;
}

#kutikomi_head #top .kensu {
	background: url(../image/report/kutikomikensu.gif) 0 0 no-repeat #000;
}

#kutikomi_head #top .kensu div {
	margin: 5px 0 0 102px;
	color: #fff;
}

#kutikomi_head #top .sougou {
	background: url(../image/report/kutikomisougou.gif) 0 0 no-repeat #000;
}

#kutikomi_head #top .sougou div {
	margin: 5px 0 0 97px;
	color: #fff;
}

#kutikomi_head #top .sougou div span {
	font-size: 17px;
	font-weight: bold;
	color: #ffae00;
}

#kutikomi_head #top .toukou a {
	display: block;
	width: 138px;
	height: 26px;
	text-indent: -9999px;
	background: url(../image/report/kutikomitoukou.gif) 0 0 no-repeat #000;
}

#kutikomi_head #top .toukou a:link {
	background: url(../image/report/kutikomitoukou.gif) -2px 0 no-repeat #000;
}

#kutikomi_head #top .toukou a:visited {
	background: url(../image/report/kutikomitoukou.gif) -2px 0 no-repeat #000;
}

#kutikomi_head #top .toukou a:hover {
	background: url(../image/report/kutikomitoukou.gif) -1px 1px no-repeat #000;
}

#kutikomi_head #bottom {
	margin: 0 0 2px 0;
	background: #000;
}

#kutikomi_head #bottom .youtomark {
	margin: 3px 0 0 0;
}

.kutikomi_navi {
	margin: 12px 0 8px 0;
}

.kutikomi_table {
	margin: 0 0 5px 0;
	background: #4b432b;
}

.kutikomi_table .title_table {
	margin: 0 0 4px 0;
	background: #000;
}

.kutikomi_table .title_table .title a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

.kutikomi_table .title_table .name {
	color: #fff;
}

.kutikomi_table .title_table .name a {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

.kutikomi_table .body_table {
	background: #000;
}

.kutikomi_table .body_table .body {
	background: #fff;
	color: #555;
}

.kutikomi_table .body_table .body a {
	color: #c00;
}

.kutikomi_table .body_table .body .image_thum {
	float: right;
	margin: 0 0 0 5px;
	border: solid 1px #000;
}

.kutikomi_table .body_table .data {
	background: #fff;
	font-size: 10px;
}

.kutikomi_table .body_table .data .on {
	color: #ee9200;
}

.kutikomi_table .body_table .data .off {
	color: #aaa;
}

.kutikomi_table .body_table .data a {
	text-decoration: underline;
	color: #c00;
}

.kutikomi_table .body_table .body .body_inner {
	margin: 10px;
}

.kutikomi_table .body_table .body .body_inner .syousai {
	margin: 10px 0 0 0;
	background: #000;
}

.kutikomi_table .body_table .body .body_inner .syousai th {
	background: #969587;
	color: #fff;
}

.kutikomi_table .body_table .body .body_inner .syousai td {
	background: #fff;
	color: #555;
}

.kutikomi_table .body_table .body .body_inner .syousai td .on {
	color: #ee9200;
}

.kutikomi_table .body_table .body .body_inner .syousai td .off {
	color: #aaa;
}

.kutikomi_table .body_table .body .comform {
	margin: 0 10px 10px 10px;
}

.kutikomi_table .body_table .body .comform input {
	width:353px;
	height:20px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

.kutikomi_table .body_table .body .comform textarea {
	overflow: hidden;
	width:353px;
	height:60px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

.kutikomi_table .body_table .body .submit_btn {
	margin: 0 10px 6px 0;
}

.kutikomi_table .body_table .body .submit_btn input {
	border: solid 2px #969587;
	background: #000;
	color: #fff;
}

#toukou_main table {
	background: #000;
	margin: 0 0 15px 0;
}

#toukou_main th {
	background: #969587;
	color: #fff;
}

#toukou_main td {
	background: #fff;
}

#toukou_main table td #sj1_syousai {
	display: block;
	margin-top: -16px;
}

#toukou_main table td #sj2_syousai {
	display: none;
	margin-top: -16px;
}

#toukou_main table td textarea {
	width:330px;
	height:120px;
	margin: 0;
	padding: 0;
	border: solid 1px #aaa;
	background: #fff;
}

#toukou_main table td .inputfile,#toukou_main table td .inputtexts {
	width:330px;
	height:20px;
	margin: 0;
	padding: 0;
	border: solid 1px #aaa;
	background: #fff;
}

/*\*//*/
#s_table {display: none;}
/**/










/* dissection */
#dissection {
	line-height: 180%;
	text-align: left;
	font-size: 15px;
}

#dissection img {
	width: 100%;
}

#dissection #itembody #head {
	margin-bottom: -140px;
}

#dissection #itembody #head img {
	display: block;
}

#dissection #itembody .body {
	margin: 0 10px;
}

#dissection #itembody .body .text {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: solid 5px #1a728f;
	counter-increment: theme;
}

#dissection #itembody .body .text:first-child {
	border-top: 0;
}

#dissection #itembody .body .text h3 {
	overflow: hidden;
	position: relative;
	width: 105px;
	height: 105px;
	margin: 0 0 15px 0;
	background: #1a728f;
	color: #fff;
	line-height: 100%;
}

#dissection #itembody .body .text h3:before {
	content: "0"counter(theme);
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 105px;
	line-height: 70px;
	font-family: arial;
	font-weight: bold;
	font-size: 70px;
}

#dissection #itembody .body .text:nth-child(n+10) h3:before {
	content: counter(theme);
}

#dissection #itembody .body .text h3 .title {
	display: block;
	position: absolute;
	top: 65px;
	left: 10px;
	width: 105px;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 20px;
}

#dissection #itembody .body .text .gallery {
	margin: 10px auto;
}

#dissection #itembody .body .text .gallery .lo {
	margin: 10px 0;
}

#dissection #itembody .body .text .gallery .set {
	float: left;
}

#dissection #itembody .body .text .g3 .set {
	width: 208px;
	margin: 0 7px 0 0;
}

#dissection #itembody .body .text .g3 .set:nth-child(3n) {
	margin: 0;
}

#dissection #itembody .body .text .g2 .set {
	width: 314px;
	margin: 0 10px 0 0;
}

#dissection #itembody .body .text .g2 .set:nth-child(2n) {
	margin: 0;
}

#dissection #itembody .body .text .g1 .set {
	width: 638px;
	margin: 0 auto;
}

#dissection #itembody .body .text .gallery .set img {
	display: block;
}

#dissection #itembody .body .text .gallery .set p {
	margin-top: 5px;
	line-height: 130%;
}

#dissection #itembody .body .text .point {
	margin-top: 7px;
	border-radius: 3px;
	border: solid 1px #ddd;
	padding: 7px;
}

#dissection #itembody .body .text .point span {
	display: block;
	margin-bottom: 5px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #1a728f;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

#dissection #itembody .body .text .point span:before {
	content: "Point「";
	margin-right: 0.1em;
	letter-spacing: 0em;
	font-weight: normal;
}

#dissection #itembody .body .text .point span:after {
	content: "」";
	margin-left: 0.1em;
	letter-spacing: 0em;
	font-weight: normal;
}

#dissection #itembody .body .text dl dt {
	display: block;
	padding: 5px;
	border-top: solid 2px #1a728f;
	border-bottom: dotted 1px #1a728f;
	background: #e0ecf0;
	font-weight: bold;
	font-size: 18px;
}

#dissection #itembody .body .text dl dd {
	display: block;
	margin: 5px 0 10px;
}

#dissection #itembody .body .text h4 {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: solid 2px #1a728f;
	border-bottom: dotted 1px #1a728f;
	background: #e0ecf0;
	font-weight: bold;
	font-size: 15px;
}

#dissection #itembody .body .text .hosoku {
	display: block;
	line-height: 100%;
	font-size: 10px;
	color: #777;
}

#dissection #itembody .body .text ul {
	margin: 10px 0;
}

#dissection #itembody .body .text ul li {
	border-bottom: dotted 1px #aaa;
	padding: 5px 0 5px 1em;
	text-indent:-1em;
}

#dissection #itembody .body .text ul li:before {
	content: "・";
}

#dissection #itembody .body .text ul li .hosoku {
	padding-left:1.3em;
	text-align: right;
}


/* otokomaep */

#otokomaep {
	width: 477px;
	line-height: 150%;
	font-size: 15px;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}

#otokomaep .goal {
	padding-top: 5px;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
}

#otokomaep .goal h3 {
	padding-bottom: 5px;
	border-bottom: solid 3px #000;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #000;
}

#otokomaep .goal ul {
	margin-top: 5px;
}

#otokomaep .goal ul li {
	padding: 5px 0 5px 1em;
	border-bottom: dotted 1px #aaa;
	line-height: 130%;
	text-indent:-0.5em;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

#otokomaep .goal ul li:before {
	content: "・";
}

#otokomaep .lastest {
	min-height: 142px;
	margin-top: 30px;
	padding: 0 5px 0px 147px;
	background: url(../image/otokomaep/self.jpg) 0 0 no-repeat;
	line-height: 180%;
}

#otokomaep .note {
	margin-top: 30px;
	border-radius: 10px;
	border: solid 1px #000;
}

#otokomaep .note .noteinner {
	margin: 13px 0;
	padding: 0 9px 0 49px;
	background: url(../image/otokomaep/note_bg.png) 0 0 repeat-y;
}

#otokomaep .note .noteinner .notehead {
	margin-bottom: 7px;
	padding-bottom: 5px;
	border-bottom: solid 3px #000;
}

#otokomaep .note .noteinner .notehead h3 {
	display: inline-block;
	padding: 5px 10px 5px 0;
	border-right: dotted 1px #000;
	font-weight: bold;
	font-size: 30px;
	color: #f90;
}

#otokomaep .note .noteinner .notehead h4 {
	display: inline-block;
	margin-left: 9px;
	font-weight: bold;
	font-size: 17px;
	color: #000;
}

#otokomaep .note .noteinner p {
	margin-top: 0.5em;
}

#otokomaep .note .noteinner .gallery {
	margin: 10px auto;
}

#otokomaep .note .noteinner .gallery .lo {
	margin: 5px 0;
}

#otokomaep .note .noteinner .gallery .set {
	float: left;
}

#otokomaep .note .noteinner .g3 .set {
	width: 128px;
	margin: 0 12px 0 0;
}

#otokomaep .note .noteinner .g3 .set:nth-child(3n) {
	margin: 0;
}

#otokomaep .note .noteinner .g2 .set {
	width: 198px;
	margin: 0 12px 0 0;
}

#otokomaep .note .noteinner .g2 .set:nth-child(2n) {
	margin: 0;
}

#otokomaep .note .noteinner .g1 .set {
	width: 408px;
	margin: 0 auto;
}

#otokomaep .note .noteinner .gallery .set img {
	display: block;
	width: 100%;
	padding: 3px;
	border: solid 1px #aaa;
}

#otokomaep .note .noteinner .gallery .set p {
	margin-top: 5px;
	line-height: 130%;
}



/* otonanosyumido */

#otonanosyumido {
	padding-bottom: 2em;
}

#otonanosyumido .text {
	width: 468px;
	margin: 2em auto 0;
	line-height: 180%;
	font-size: 17px;
}

#otonanosyumido .text:nth-of-type(1) {
	margin-top: 0;
}

#otonanosyumido strong {
	font-weight: bold;
}
#otonanosyumido img {
	display: block;
	width: 100%;
}

#otonanosyumido .leftimg img {
	float: left;
	width: 190px;
	margin-right: 10px;
	padding: 4px;
	border: solid 1px #ddd;
}


#otonanosyumido .gallery {
	width: 468px;
	margin: 0 auto;
}

#otonanosyumido .gallery .lo {
	margin: 10px 0;
}

#otonanosyumido .gallery .set {
	float: left;
	border: solid 1px #ddd;
}

#otonanosyumido .g3 .set {
	width: 149px;
	margin: 0 7px 0 0;
}

#otonanosyumido .g3 .set:nth-child(3n) {
	margin: 0;
}

#otonanosyumido .g2 .set {
	width: 228px;
	margin: 0 8px 0 0;
}

#otonanosyumido .g2 .set:nth-child(2n) {
	margin: 0;
}

#otonanosyumido .g1 .set {
	width: 466px;
	margin: 0 auto;
}

#otonanosyumido .gallery .set img {
	display: block;
}

#otonanosyumido .gallery .set p {
	margin-top: 5px;
	line-height: 130%;
}

#otonanosyumido .slide {
	overflow: hidden;
	width:456px;
	height:456px;
	margin:10px auto 0;
	padding: 5px;
	position:relative;
	border-radius: 10px;
	border: solid 1px #ddd;
}

#otonanosyumido .slide img {
	width:456px;
	height:456px;
	position:absolute;
	left:0;
	top:0;
}



/*-----img_viewer-----*/
#img_viewer #container {
	width: 960px;
	margin: 0 auto;
}

#img_viewer #container #viewer_header {
	margin: 46px 0 0;
	border-bottom: solid 5px #d9d9d9;
}

#img_viewer #container #viewer_main {
	margin-top: 10px;
}

#img_viewer #container #viewer_main #image {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

#img_viewer #container #viewer_main a {
	display: block;
	width: 120px;
	height: 30px;
	margin: 10px 0 0 auto;
	background: #000;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

#img_viewer #container #viewer_footer {
	margin-top: 10px;
	border-top: solid 5px #000;
	text-align: center;
}

#img_viewer #container #viewer_footer #copy {
	display: block;
	margin: 20px 0;
	text-align: center;
}




/*-----otokomaeshindan-----*/
#otokomaeshindan #container {
	width: 660px;
	margin: 0 auto;
}

#otokomaeshindan #container #viewer_header {
	margin: 46px 0 0;
	border-bottom: solid 5px #d9d9d9;
}

#otokomaeshindan #container #viewer_main {
	width: 660px;
	margin: 10px auto;
}

#otokomaeshindan #container #viewer_footer {
	margin-top: 10px;
	border-top: solid 5px #000;
	text-align: center;
}

#otokomaeshindan #container #viewer_footer #copy {
	display: block;
	margin: 20px 0;
	text-align: center;
}

#otokomaeshindan #os_head {
	margin-top: 7px;
	display: block;
	outline: none;
}

#otokomaeshindan #os_head img {
	display: block;
}

#otokomaeshindan #os_body {
	display: block;
}

#otokomaeshindan .error {
	display: block !important;
}

#otokomaeshindan #os_body #os_s {
	padding: 3px 7px 12px 7px;
	background: #000;
	line-height: 180%;
	font-size: 15px;
	color: #fff;
}

#otokomaeshindan #os_body #os_close {
	display: block;
	width: 150px;
	height: 20px;
	margin: 7px 0 0 auto;
	border-radius: 5px;
	background: #555;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#otokomaeshindan #os_body #os_close:hover {
	background: #999;
}

#otokomaeshindan form .qtable {
	width: 640px;
	margin: 10px auto 0;
	border-collapse: collapse;
	border: solid 1px #999;
}

#otokomaeshindan form .qtable tr td {
	padding: 10px;
	border-right:  solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
}

#otokomaeshindan form .qtable tr td:first-child {
	width: 50px;
	background: #e0e0e0;
}

#otokomaeshindan form .qtable tr td:nth-child(2) {
	border-right: 0;
	text-align: left;
}

#otokomaeshindan form .qtable tr:nth-child(even) td:nth-child(2), 
#otokomaeshindan form .qtable tr:nth-child(even) td:nth-child(3) {
	background: #fafafa;
}

#otokomaeshindan form .qtable tr td:last-child {
	width: 190px;
}

#otokomaeshindan form .qtable .errorbg td {
	background: #fee !important;
}

#otokomaeshindan form .qtable tr td label {
	display: inline-block;
	width: 85px;
	height: 35px;
	border-radius: 3px;
	background: #eee;
	line-height: 35px;
}

#otokomaeshindan form .qtable tr td label:hover {
	background: #ddd;
}

#otokomaeshindan form .qtable tr td label:last-child {
	margin-left: 10px;
}

#otokomaeshindan form .qtable tr td label input {
	vertical-align: middle;
}

#otokomaeshindan .os_errormessage {
	padding-top: 15px;
	text-align: center;
	font-size: 20px;
	color: #c00;
}

#otokomaeshindan #os_answer {
	border: solid 1px #000;
	background: #eee;
}

#otokomaeshindan #os_answer .point {
	margin: 10px 10px 0;
	padding: 10px;
	border: solid 2px #000;
	line-height: 100%;
	text-align: center;
	font-size: 35px;
	color: #000;
	background: #fff;
}

#otokomaeshindan #os_answer .point span {
	font-size: 70px;
	line-height: 100%;
}

#otokomaeshindan #os_answer .antext {
	margin: 10px 10px 0;
	padding: 0 10px 10px;
	border: solid 1px #000;
	font-size: 15px;
	background: #fff;
}

#otokomaeshindan #os_answer .antext .title {
	padding: 10px;
	border-bottom: dotted 1px #000;
	font-weight: bold;
	color: #000;
}

#otokomaeshindan #os_answer .antext .evaluation, 
#otokomaeshindan #os_answer .antext .advantage, 
#otokomaeshindan #os_answer .antext .weak {
	margin-top: 10px;
	padding: 10px 10px 0;
	line-height: 180%;
}

#otokomaeshindan #os_answer .antext .evaluation {
	font-weight: bold;
	font-size: 17px;
	color: #000;
}

#otokomaeshindan #os_answer #os_regi {
	display: block;
	margin: 10px;
}

#otokomaeshindan #os_answer #os_regi img {
	display: block;
}










/*------- 記事挿入用テンプレ ---------*/

.hidariyose{
	float: left;
	margin: 0 5px 0 0;
}

.migiyose{
	float: right;
	margin: 0 0 0 5px;
}

.kansou{
	width: 100%;
}

.kansou div{
	margin: 5px 20px;
	border: solid 1px #ccc;
	padding: 5px;
}

.koukoku{
	width: 100%;
}

.koukoku div{
	margin: 5px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px;
}

.midasi1{
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0;
}

.midasi2{
	font-size: 15px;
	font-weight: bold;
	margin: 8px 0;
}

.midasi3 {
	display: block;
	border-bottom: dotted 1px #aaa;
	font-weight: bold;
	font-size: 18px;
	margin: 8px 0;
}

.twi{
	width: 400px;
	margin-left: 30px;
	background: url(../image/report/twi_ue.jpg) no-repeat #fff;
	background-position: top;
	border: solid 1px #ccc;
	padding: 55px 0 0 0;
}

.twi div{
	background: url(../image/report/twi_sita.jpg) no-repeat #fff;
	background-position: bottom;
	padding: 0 15px 28px 15px;
}


/* nightprince */
#nightprince {
	line-height: 180%;
	text-align: left;
	font-size: 15px;
}

#nightprince img {
	width: 100%;
}

#nightprince #itembody #head img {
	display: block;
	width: 638px;
	margin: 10px;
}

#nightprince #itembody #catchcopy {
	width: 638px;
	margin: 15px 10px;
	line-height: 150%;
	font-weight: bold;
	font-size: 22px;
	color: #000;
}

#nightprince #itembody .body {
	margin: 0 10px;
}

#nightprince #itembody .body .text {
	margin-bottom: 20px;
	counter-increment: theme;
}

#nightprince #itembody .body .text h3 .title {
	display: block;
	position: absolute;
	top: 65px;
	left: 10px;
	width: 105px;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 20px;
}

#nightprince #itembody .body .text .gallery {
	margin: 10px auto;
}

#nightprince #itembody .body .text .gallery .lo {
	margin: 10px 0;
}

#nightprince #itembody .body .text .gallery .set {
	float: left;
}

#nightprince #itembody .body .text .g3 .set {
	width: 208px;
	margin: 0 7px 0 0;
}

#nightprince #itembody .body .text .g3 .set:nth-child(3n) {
	margin: 0;
}

#nightprince #itembody .body .text .g2 .set {
	width: 314px;
	margin: 0 10px 0 0;
}

#nightprince #itembody .body .text .g2 .set:nth-child(2n) {
	margin: 0;
}

#nightprince #itembody .body .text .g1 .set {
	width: 638px;
	margin: 0 auto;
}

#nightprince #itembody .body .text .gallery .set img {
	display: block;
}

#nightprince #itembody .body .text .gallery .set p {
	margin-top: 5px;
	line-height: 130%;
}

#nightprince #itembody .body .text .point {
	margin-top: 7px;
	border-radius: 3px;
	border: solid 1px #ddd;
	padding: 7px;
}

#nightprince #itembody .body .text .point span {
	display: block;
	margin-bottom: 5px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #1a728f;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

#nightprince #itembody .body .text .point span:before {
	content: "Point「";
	margin-right: 0.1em;
	letter-spacing: 0em;
	font-weight: normal;
}

#nightprince #itembody .body .text .point span:after {
	content: "」";
	margin-left: 0.1em;
	letter-spacing: 0em;
	font-weight: normal;
}

#nightprince #itembody .body .text dl dt {
	display: block;
	padding: 10px;
	border-radius: 5px 5px 0 0;
	background: #900;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

#nightprince #itembody .body .text dl dd {
	display: block;
	margin: 0 0 10px;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	border: solid 1px #aaa;
}

#nightprince #itembody .body .text dl dd .Lpoint {
	margin: 10px 0 3px;
	padding: 7px 0 0;
	border-top: dotted 1px #900;
	font-weight: bold;
	font-size: 17px;
	color: #900;
}

#nightprince #itembody .body .text h4 {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	background: #000;
	font-weight: bold;
	font-size: 15px;
color: #fff;
}

#nightprince #itembody .body .text .hosoku {
	display: block;
	line-height: 100%;
	font-size: 10px;
	color: #777;
}

#nightprince #itembody .body .text ul {
	margin: 5px 0;
}

#nightprince #itembody .body .text ul li {
	border-bottom: dotted 1px #aaa;
	padding: 5px 0 5px 2em;
	text-indent:-1em;
}

#nightprince #itembody .body .text ul li:before {
	content: "・";
}

#nightprince #itembody .body .text ul li .hosoku {
	padding-left:1.3em;
	text-align: right;
}











.gallery {
	margin: 10px auto;
}

.gallery .lo {
	margin: 10px 0;
}

.gallery .set {
	float: left;
}

.gallery.g3 .set {
	width: 33%;
	margin: 0 0.5% 0 0;
}

.gallery.g3 .set:nth-child(3n) {
	margin: 0;
}

.gallery.g2 .set {
	width: 49%;
	margin: 0 1% 0 0;
}

.gallery.g2:nth-child(2n) {
	margin: 0;
}

.gallery .set img {
	width: 100%;
}






/*valuecommerce横幅対策*/
.myLinkModule {
	width: 483px !important;
	max-width: 483px !important;
	min-width: 1px !important;
}

.myLinkModule_info_btn_link:nth-of-type(3) {
    max-width: 100%;
    width: 100%;
}