@charset "utf-8";

body {
	margin: 0px;
	font-family:Helvetica,Arial,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo, メイリオ,sans-serif;
	background-image:url(http://www.2choume.com/para/img/bg11.gif);
	text-align:center;
	-webkit-text-size-adjust: none;
	color: #000;
}
/*
a:link {
	color: #FFF;
}

a:visited {
	color: #FFF;
}

a:active {
	color: #FFF;
}
*/

/* ヘッダー、フッタ、メイン枠 */

#header { 
	position: fixed;
	z-index: 10;
	top: 0;
	height: 30px;
	width: 100%;
	background: #f93;
	border-bottom: 1px solid #FF0;
}

	#logo {
		float: left;
	}

	#hlogo {
		float: left;
		height: 30px;
		margin-left:5px;
	}

	#htitle {
		height: 30px;
		margin-left:70px;
		margin-right:40px;
		padding-top: 6px;

		text-align:left;
		font-weight: bold;
		color: #fff;
	}

#footer {
	clear: both;
	width: 100%;
	height: 20px;
	margin-top; 20px;
	padding-top: 3px;
	border-top: 1px solid #F00;
	background: #f93;

	text-align:center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

#main {
	margin-left:auto;
	margin-right:auto;
	margin-top: 33px;
	margin-bottom: 33px;

	text-align:left;
}

/* 共通 */
#Update a,.pan a {
	/* 表示省略 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* エフェクト系 */
.zoomin {
//	display: block;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1; 
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.zoomout {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0; 
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
//	display: none;
}

/* 各種モジュール */

/* 検索モジュール */

#search {
	float: right;
	height: 30px;
	width:40px;
	padding-top: 3px;

 	text-align:center;
}

	#search a {
		display: block;
		color: #fff;
		text-decoration: none;
	}

	#searchbox {
		display: block;
		position: absolute;
		z-index: 12;
		top: 0px;
		right: 5px;
		width: 230px;
		height: 75px;
		margin: 0;
		transition-duration:0.5s;
		transform-origin: 95% 5%;
		transform: scale(0,0);

		background: #fff;
		border: 1px solid #F93;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		box-shadow: 3px 3px 1px rgba(0,0,0,0.2);

		text-align:center;
		font-size:12px;
	}

	.slabel {
		margin: 2px;
		padding: 2px 2px 2px 14px;

		background: #f93;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;

		color: #fff;
	}

	.searchfield{
		width: 100px;
		outline: none;

		padding: 1px;
		background: #fff;

		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	}

	.searchform {
		display: inline-block;
		zoom: 1; /* ie7 hack for display:inline-block */
		display: inline;
		padding: 3px 5px;
		
		border: solid 1px #d2d2d2;
		border-radius: 2em;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;

		box-shadow: 0 1px 0px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
		-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);

		background: #f1f1f1;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
		background: -moz-linear-gradient(top,  #fff,  #ededed);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
		-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
	}

	#scl {
		background: #fff;
		padding: 0 3px;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;

		text-decoration: none;

	}

/* 最新情報モジュール */

#Update {
	border-radius: 5px;
	padding-bottom: 10px;

	background: #fff;
	border: 2px solid #999;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}

	#Updatet {
		margin-bottom: 10px;
		width: 100%;
		background: #ff9933;

		text-align:center;
		color: #ffffff;
	}

	#Update a {
		display: block;
		padding: 0 10px;
		font-size:12px;
		text-decoration: none;
		color: #000;
	}

/* タイトル */
h1 {
/*	clear: both;*/
	font-size: 18px;
	word-wrap: break-word;
	color: #000;
}

/* ソーシャルモジュール */

#social {
	position: absolute;
	display:block;
	top:30px;
	right:35px
}

#facebook, #twitter {
	float: right;
	padding-top: 2px;
	height: 19px;
/*	width: 100px;*/

	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	box-shadow: rgba(0,0,0,.2) 1px 1px 2px;

	font-size: 75%;
	transition: 0.3s;
}
#facebook:hover, #twitter:hover {
transform:scale(1.05,1.05);
}


#facebook a, #twitter a {
	margin: 6px 5px;

	text-shadow: rgba(0,0,0,.8) 1px 1px 1px;
	text-decoration: none;
	color: #fff;
}

#likeCount,#tweetCount {
	background: none repeat scroll 0 0 #fff;
	border: solid 1px #999;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;

	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	padding: 3px 7px;
}

#facebook {
	background-color: #3B5998;
	border: solid 1px #D8DFEA;
}

#twitter {
	background-color: #0084B4;
	border: solid 1px #aaa;
}

.back {
	clear:both;
}

.back a{
	width:180px;
}

/* アド関連 */
#pban {
	clear:both;
	width:100%;
	text-align: center;
}

#sban {
	display:none;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #ff7f00;
	height: 48px;
	padding: 1px;
	background: #fff;
}

#sban a{
	display: block;
	padding: 5px 20px;
	background: #000;
	color: #fff;
	line-height: 1.2em;
}


/* パンくず */
#pk {
	font-size: 14px;
	padding: 0;
	height:1.2em;
	margin-right:150px;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	text-overflow: ellipsis;
}

#pan:before{
	margin: 0 0.5em;
	content: ">";
}

	#pk span{
/*		float: left;*/
	}

	.pan {
		float: left;
		color: #000;
		text-decoration: none;
		list-style-type: none;
	}

	.pan:before{
		margin: 0 0.5em;
		content: ">";
	}

	.pan a {
		text-decoration: none;
		font-weight: bold;
		color: #000;
	}

@media screen and (min-width: 1px) and (max-width: 599px) {

	#pk {
		height: 28px;
		margin: 5px 0px;

	}

		#pk span{
/*			float: left;*/
			margin-top: 2px;
		}

	.pan {
		/* パンくずをボタン化 */
/*		float: left;*/
		display:block;
		margin: 0 2px;
		padding: 2px 1px;
		width: 31%;
		border: 0px;
/*		height: 25px;
		background: -moz-linear-gradient(center top , #F6F5F0, #E1E0DC) repeat scroll 0 0 transparent;
		background: -webkit-linear-gradient(top , #F6F5F0, #E1E0DC) repeat scroll 0 0 transparent;
		border-color: #E1E0DC #C9C8C1 #B2AFA5;
		border-image: none;
		border-radius: 1em;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0), 0 0 0 1px rgba(255, 255, 255, 0) inset, 0 1px 0 0 #FFFFFF;

		color: #6B635B;
*/
		text-align:center;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.44);
	}

	.pan:before{
/*		content: "";
*/		margin: 0;
		float: left;
	}


	.pan a {
		display:block;
		width: 89%;
		float: right;

		background: -moz-linear-gradient(center top , #F6F5F0, #E1E0DC) repeat scroll 0 0 transparent;
		background: -webkit-linear-gradient(top , #F6F5F0, #E1E0DC) repeat scroll 0 0 transparent;
		border-color: #E1E0DC #C9C8C1 #B2AFA5;
		border-image: none;
		border-radius: 1em;
		border-style: solid;
		border-width: 1px;
		box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0), 0 0 0 1px rgba(255, 255, 255, 0) inset, 0 1px 0 0 #FFFFFF;

		color: #6B635B;
		text-align:center;

	}
	.pan a span {
		width: 27%;
		color: #6B635B;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.44);

	}

	#social {
		position: static;
	}

	#facebook, #twitter {
		margin: 5px 0;
		width:49%;
		height:32px;
		font-size:24px;
		padding
	}

	#facebook a, #twitter a {
		display:block;
		float:left;
		margin: 2px 5px;
		width:75%;
		text-align:center;
	}

	#tweetcount,#likecount {
		display:block;
		float:left;
		padding:3px 0;
		width:15%;
		text-align:center;
	}

	#Update a {
		font-weight: normal;
		font-size:16px;
		margin: 10px 15px;
	}
}

@media screen and (min-width: 600px) and (max-width: 899px) {

	#pk {
		margin-top: 2px;
		float: left;
	}

	#footer {
		z-index: 9;
		position: fixed;
		bottom: 0px;
	}
}

@media screen and (min-width: 900px) {
	#pk {
		margin-top: 2px;
		float: left;
	}

	#footer {
		z-index: 9;
		position: fixed;
		bottom: 0px;
	}

}

