@charset "UTF-8";
/* CSS Document */

/* body
--------------------------------------------------------- */

body {
	line-height: 1.4em;
	background: #fff;
	text-align: center;
}


/*container全体に影をつける*/
#container {
	border-top: 6px solid #000;
	background: /*url(img/Twitter_logo_myself_s.png) no-repeat, */#f0efec;
	overflow: hidden;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 100px #666;
	box-shadow: 0px 0px 8px #666;
	/*以下positionの設定はfooter small のオビ表示のため*/
	position:relative;
	/*以上positionの設定はfooter small のオビ表示のため*/

}
/*container全体に影をつける*/

/* pageheader
--------------------------------------------------------- */

#container #pageheader {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 9px;
}
#container #pageheader hgroup {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
#container #pageheader hgroup h1 {
	float: left;
	width: 400px;
	margin-top: 18px;
	margin-bottom: 25px;
	margin-right: -50px;
}
#container #pageheader hgroup h1 #sitename {
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	font-size: xx-large;
}

/* pageheader aside
--------------------------------------------------------- */

#container #pageheader hgroup aside {
	float: left;
	width: 400px;
	margin-top: 18px;
	margin-bottom: 25px;
}
#container #pageheader hgroup aside ul li {
	display: inline;
	margin-right: 10px;
}

#container #pageheader hgroup aside ul li a img {
	-webkit-box-shadow: 3px 3px 2px #666 ;
	box-shadow: 3px 3px 2px #666
}

#container #pageheader hgroup aside ul li a img:hover {
	-webkit-box-shadow: 1px 1x 1px #666 ;
	box-shadow: 1px 1px 1px #666
}

/* umakuugokanai
#container #pageheader hgroup aside ul li a img:active {
	padding-top: -3px;
	padding-left: -3px;
	display: block;
	height: 20px;
	width: 20px;
}
-- */

/* gNavi
--------------------------------------------------------- */

#container #pageheader #gNavi {
	background: #000;
	float: left;
	width: 100%;
}

/* nav
--------------------------------------------------------- */

#container #pageheader #gNavi nav {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container #pageheader #gNavi nav li {
	list-style: none;
	width: 150px;
	float: left;
/*----------------------
	border-right: 1px dotted #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
----------------------*/
	
}  
#container #pageheader #gNavi nav li a {
	display: block;
	line-height: 50px;
	color: #CCC;
	text-decoration: none;
	background:	-webkit-gradient(linear, left top, left bottom, from(#777777), color-stop(20%, #555555), to(100% #000000));
	background: -webkit-linear-gradient(#777 0%, #555 20%, #000 100%);
	background: -moz-linear-gradient(#777 0%, #555 20%, #000 100%);
	background: -o-gradient(#777 0%, #555 20%, #000 100%);
	background: -ms-linear-gradient(#777 0%, #555 20%, #000 100%)
}  
#container #pageheader #gNavi nav li a:hover	{
	background: #FFF;
	color: #000;
}
#container #pageheader #main_image {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow:hidden;
}

#slideGalley{
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	position: relative;
}

#slide{
	width:10000px;
}

#slide li{
	float:left;
}

#paging{
	text-align: center;
	position: absolute;
	width:100%;
	bottom:10px;
}

#paging li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width:20px;
	height:20px;
	background: url(./images/page.png);
}

#paging li.active{
	background: url(./images/page_active.png);
}

#nav{
	display: none;
}

#nav .prev{
	position: absolute;
	left:10px;
	top:50%;
	margin-top:-50px;
}

#nav .next{
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-50px;
}

#container #contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* article
--------------------------------------------------------- */

#container #contents article #postheader {
	padding: 20px;
	border: 1px solid #FFF;
	padding-bottom: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 3px #666 inset;
	box-shadow: 5px 5px 3px #666 inset;
	/* background: #FFF; */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	background: -webkit-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -moz-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#ffffff 0%, #dfdfdf 100%);
	clear: both;
	overflow:hidden;
}
#container #contents article #postheader h1 {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
	float: left;
	text-align: left;
	clear: both;

}
#container #contents article #postheader p {
	margin-left: 20px;
	float: left;
}

#container #pageheader #slideGalley #nav .prev {
	opacity: 0.5;
}

#container #pageheader #slideGalley #nav .next {
	opacity: 0.5;
}


/* ========== PC用の設定 ========== */
@media only screen and (min-width:900px){
#container #contents article #articleBody {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	overflow: visible;
}

/*IE8〜9 & Opera */
#container #contents article #articleBody section {
	clear: none;
	float: left;
	position: relative;
}
#container #contents article #articleBody section + section + section {
	margin-right:0;
}
/*IE8〜9 & Opera */

#container #contents article #articleBody section {
	width: 290px;
	margin-right:15px;
}
}
/* ========== PC用の設定 ========== */


#container #contents article #articleBody section {
	margin-top: 15px;
	border: 1px solid #FFF;
	border-radius: 5px;
	/*ドロップシャドウは適用しない方が見た目的にいいかも？------------------
	-webkit-box-shadow: 5px 5px 3px #666;
	box-shadow: 5px 5px 3px #666;
	------------------*/
	background: url(img/Twitter_logo_myself.png) no-repeat 2px 2px, rgba(255, 255, 255, 0.7);
	background-size: 20px 20px;
	padding: 20px;
	box-sizing: border-box;
	overflow:hidden;
}
#container #contents article #articleBody section h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-align:left;
	padding-bottom: 10px;
}
#container #contents article #articleBody section p {
	clear: left;
	float: left;
	text-align: left;
	padding-bottom: 10px;
}
#container #contents article #articleBody section figure {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#container #contents article #articleBody section figcaption {
	clear: both;
	text-align:left;
}
.contents_article_articleBody_section_figure_img {
	width: 200px;
	height: auto;
}
/* footer
--------------------------------------------------------- */
#container footer {
	background: #000;
	height: 30px;
	width: 100%;
	float: left;
	color: #FFF;
	padding-top: 10px;
	margin-top: 20px;

	
	/* 帯び表示にした後の設定

	height: 50px;
	width: 100%;
	float: left;
	color: #888;
	padding-top: 10px;
	
	border-top: 6px solid #000;	
	
	margin-top: 20px;
	元に戻す場合は下記を全て削除した上で解放*/

}

#container footer small {
	/* 帯び表示にする前の設定
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	font-size: small;
	元に戻す場合は下記を全て削除した上で解放*/
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	font-size: small;
	display: block;
	text-align: left;
	margin-left: 30px;
}
small::before {
	font-family: 'Passion One', cursive;
	font-weight: 400;
	content: 'NO MORE IE6!!!';
	font-size: 16px;
	color: #FFF;
	background: #0F0;
	text-align: center;
	padding: 10px 0px;
	width: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg) translate(62px, 20px);
	-moz-transform: rotate(-45deg) translate(62px, 20px);
	-o-transform: rotate(-45deg) translate(62px, 20px);
	-ms-transform: rotate(-45deg) translate(62px, 20px);
	overflow: hidden;



	/* 帯び表示の設定
	font-family: 'Passion One', cursive;
	font-weight: 400;
	content: 'NO MORE IE6!!!';
	font-size: 16px;
	color: #FFF;
	background: #0F0;
	text-align: center;
	padding: 10px 0px;
	width: 200px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	-webkit-transform: rotate(-45deg) translate(62px, 20px);
	-moz-transform: rotate(-45deg) translate(62px, 20px);
	-o-transform: rotate(-45deg) translate(62px, 20px);
	-ms-transform: rotate(-45deg) translate(62px, 20px);
	overflow: hidden;
	元に戻す場合は下記を全て削除した上で解放*/

}


/*
--------------------------------------------------------- */

/*
.ShinGoExLight {
	font-family: "Shin Go ExLight";
	font-weight: 100;
	font-size: 24px;
}
*/

/* ========== タブレット用の設定 ========== */
@media only screen and (min-width: 600px) and (max-width: 899px){
	
	#container{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		padding: 0px;
	}
	
	#container #pageheader #gNavi {
	font-size: 10px;
	width: 100%;
	display: block;
	float: left;
	}
	
	#container #pageheader #gNavi nav {
	width: 100%;
	}
	
	#container #pageheader #gNavi nav li {
	width: 128px;
	/*
	width: 100%;
	clear:right;
	*/
	}
	
	#container #pageheader #slideGalley {
	width: 100%;
	height: auto;
	overflow:hidden;
	position: relative;
	}

	#container #pageheader #slideGalley .smart {
	width: 768px;
	}
	
	#container #contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
	#container #contents article #articleBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
}
/* ========== タブレット用の設定 ========== */

/* ========== スマートフォン用の設定 ========== */
@media only screen and (max-width: 599px){
		
	#container{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
		padding: 0px;
	}
	
	#container #pageheader hgroup h1 {
	margin-top: 18px;
	margin-bottom: 25px;
	margin-right: -70px;
	}

	#container #pageheader hgroup aside {
	float: left;
	clear: both;
	width: 100px;
	height: 20px;
	}

	#container #pageheader hgroup aside ul li {
	margin-right: 5px;
	}

	#container #pageheader #gNavi {
	font-size: 10px;
	width: 100%;
	display: block;
	float: left;
	}
	
	#container #pageheader #gNavi nav {
	width: 100%;
	}
	
	#container #pageheader #gNavi nav li {
	width: 53px;
	/*
	width: 100%;
	clear:right;
	*/
	}
	
	#container #pageheader #slideGalley {
	width: 100%;
	height: auto;
	}

	#container #pageheader #slideGalley .smart {
	width: 320px;
	}

	#container #contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
	#container #contents article #postheader {
	}
	
	#container #contents article #postheader h1 {
	float: none;
		text-align: center;

	}
	
	#container #contents article #postheader p {
		float:none;
		text-align: center;

	}
	
	#container #contents article #articleBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
	#container #contents article #articleBody section figure {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
	#container #contents article #articleBody section figcaption {
	float: none;
	clear: both;
	text-align:center;
	}
	
	#container footer small {
	font-size: xx-small;
	display: block;
	text-align: left;
	margin-left: 30px;
	}
	
}
/* ========== スマートフォン用の設定 ========== */
