/*
Theme Name: 禁断テンプレート
Theme URI: http://special-information.com
Description: PPCアフィリエイトテンプレート
Version: 6.61
Author: TAG enterprise
Author URI: http://special-information.com
*/
@import url("reset.css");

body{
	margin:0;
	padding:0;
	}
#index #over{
	padding:0 0 50px 0;

}
#bread{
	text-align:right;
	font-size:80%;
	margin-bottom:20px;
}
#contents{
	width:1000px;
	margin:0 auto;
	background:#fff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5);
}
#header{
	background:#fff2f2;
	padding:50px;
	margin-bottom:30px;
}
#header p.desc{
	color:#000;
}
#header p.siteTitle{
	font-size:180%;
	font-weight:bold;
	color:#000;
}
#header p.siteTitle a{
	color:#000;
	text-decoration:none;
}
#main{
	width:940px;
	margin:0 30px;
	padding:0 0 50px 0;

}

#main img{
	max-width:100%;height:auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
#index
+++++++++++++++++++++++++++++++++++++++++++++++*/

#index #main{
	width:860px;
	padding:20px 0;
}
#index #main #sideCol{
	width:210px;
	float:left;
	margin-right:20px;
}

	#index #main #sideCol h2{
		padding:10px;
		text-align:center;
		font-weight:bold;
		font-size:16px;
		color:#fff;
	}

	#index #main #sideCol ul {
	list-style: none;
	overflow: hidden;
	width: 208px;
	padding: 0;
	border:1px solid #ccc;
}
	#index #main #sideCol ul li {
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}
	#index #main #sideCol ul li:last-child {
	border-bottom: 0px;
}
	#index #main #sideCol ul li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 40px;
	margin: 0;
	padding: 0px 10px 0px 30px;
	background: -moz-linear-gradient(
		top,
		#fffff 0%,
		#fffff 50%,
		#f7f7f7 51%,
		#f1f1f1);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		color-stop(0.51, #f7f7f7),
		to(#f1f1f1));
	color: #333;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
}
	#index #main #sideCol ul li a:hover {
	background: -moz-linear-gradient(
		top,
		#f1f1f1 0%,
		#f7f7f7 50%,
		#fff 51%,
		#fff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f1f1f1),
		color-stop(0.50, #f7f7f7),
		color-stop(0.51, #fff),
		to(#fff));
}


	#index #main #sideCol ul li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
}
	#index #main #sideCol ul li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background:#fff;
}
	#index #main #sideCol ul li a:hover:after {
	background: #fff;
}



#index #main #mainCol{
	/*width:630px;
	float:right;*/
	margin-right:-10px;
	overflow:hidden;
}
	#index #main #mainCol .post{
		width:195px;
		float:left;
		border:1px solid #ddd;
		margin:0 10px 10px 0;
		padding:5px;
		height:240px;
background: -moz-linear-gradient(
		top,
		#fffff 0%,
		#f7f7f7 81%,
		#f1f1f1);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.81, #f7f7f7),
		to(#f1f1f1));


	}
	#index #main #mainCol .cl{
		/*clear:left;*/
	}

#index #main #mainCol .post a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++*/



#main .menu{
	clear:both;
	text-align:center;
	padding:30px 0;
}
#main .menu li{
	display:inline;
}
#main h1.title{
	font-size: 14px;
	padding:10px;
	margin-bottom:30px;
}

#eyeCatch{
	text-align:center;
	margin-bottom:30px;
}
#eyeCatch a:hover img{
	margin-top:-2px;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}



#btnCont p{
	margin:0 auto 30px auto;
	font-size: 24px;
}
#btnCont p a{
	display:block;
	text-decoration:none;
	text-align:center;
	padding:15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
#btnCont p a:hover {
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(000,000,000,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(000,000,000,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(000,000,000,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


#main .tableCont table{
	width:798px;
	border:1px solid #ccc;
}
#main .tableCont table th,
#main .tableCont table td{
	padding:10px;
	border:1px solid #ccc;
}
#main .tableCont table th{
	text-align:left;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f1f1f1);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#f1f1f1));
}
#main .tableCont table th.th01,
#main .tableCont table th.th02{
	width:20%;
}
#footer{
	padding:50px 0;
	text-align:center;
}

.dn{display:none;}

/*Pagenation*/
.navigation{
	clear:both;
	width:400px;
	margin:30px auto 10px;
}
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
    width:50px;
    max-width:50px
}
.pagenation li.next,
.pagenation li.prev{
	max-width:100%;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 0px;
    text-align:center;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 0;/**/
    text-align:center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
#main .setumei img.aligncenter{
	display:block;
	margin:auto;
}
#footer #nav{
	text-align:center;
}
#footer #nav ul{
    clear: both;
    text-align: center;
    padding: 30px 0;
}
#footer #nav ul li{
	display:inline;
}