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

/*↓↓↓↓COMMON STYLE↓↓↓↓*/
html,body {
	height:100%;
}

body {
	text-align:center;
	font-size:75%;/*12px*/
	font-weight:400;
	font-family:'Quattrocento','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	line-height:150%;
	color:#FFFFFF;
	background-color:#000;
	background-image:url(../images/blog/blog_bg0.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}
/*↓CLEARFIX↓*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {/* for IE<8 */
	zoom:1;
}

/*↓FLOAT↓*/
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatnone {
	float:none;
}

/*↓LINK↓*/
/*a {
	white-space:nowrap;
}*/
a:link {
	color:#FFF;
	text-decoration: none;
	outline: none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#8CCAD3;
	text-decoration: none;
}
a:active, a:focus{
	outline:none;
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.none{
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}
.white {
	color:#fff;
}
.black {
	color:#000;
}
.blue {
	color:#8CCAD3;
}
.green {
	color:#354B4E;
}
.yellow {
	color:#B5B0A5;
}
.text_bg {
	background-color:#354B4E;
}
.bold {
	font-family:'Quattrocento';
	font-weight:700;
}

#container {
	width:100%;
	min-width:320px;
	min-height:100%;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;
}
.overlay {
	width:100%;
	min-width:320px;
	min-height:100%;
	background-image:url(../images/overlays/02.png);
	background-repeat:repeat;
	position:absolute;
	z-index:-1;
}
#header {
	width:100%;
	min-width:320px;
	height:50px;
	background-color:#000;
	font-size:140%;
	border-bottom:5px solid #8CCAD3;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	position:fixed;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top:0;
	left:0;
	z-index:1000;
	font-family:'Quattrocento';
	overflow:hidden;
}	
#logo {
	margin-top:5px;
	padding-left:20px;
	float:left;
}
#logo a {
	width:40px;
	height:40px;
	display:block;
	background-image:url(../images/top/logo_s.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#logo a:hover {
	width:40px;
	height:40px;
	background-image:url(../images/top/logo_s_on.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#nav {
	float:right;
	/*margin-top:15px;*/
	text-align:right;
}
#nav li a{
	width:108px;
	padding-top:15px;
	height:35px;
	margin-right:20px;
	display:block;
	text-align:right;
}
#contact {
	width:160px;
	height:40px;
	position:fixed;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	bottom:10px;
	left:15px;
	z-index:9998;
	font-family:'Quattrocento';
}
#contact li {
	float:left;
	width:40px;
	height:40px;
}
#contact li a {
	width:30px;
	height:30px;
	display:block;
	padding-top:10px;
	padding-left:5px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#contact li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.twitter a{
	background-image:url(../images/common/twitter_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.twitter a:hover {
	background-image:url(../images/common/twitter.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.facebook a{
	background-image:url(../images/common/facebook_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.facebook a:hover {
	background-image:url(../images/common/facebook.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.mail a{
	background-image:url(../images/common/mail_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.mail a:hover {
	background-image:url(../images/common/mail.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.rss a{
	background-image:url(../images/common/rss_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.rss a:hover {
	background-image:url(../images/common/rss.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#main {
	width:960px;
	min-width:320px;
	margin:0 auto;
	overflow:auto;
	font-family:'メイリオ','Meiryo','Quattrocento';
	text-align:left;
	overflow:hidden;
	padding-top:70px;
}
#main h2 {
	font-size:1150%;
	line-height:100%;
	font-family:'Quattrocento';
	margin-bottom:30px;
	padding-left:6%;
}
.explain {
	font-size:130%;
	font-family:'メイリオ','Meiryo','Quattrocento';
	padding-left:6%;
}
#articleContainer {
	padding-top:50px;
	height:auto;
}
.article {
	width:720px;
	height:auto;
	margin:0 auto 50px;
	background-color:#FFF;
	padding:20px;
	position:relative;
}
.effect6{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
.articleTitle {
	font-size:250%;
	font-weight:700;
	line-height:120%;
	font-family:'メイリオ','Meiryo','Quattrocento';
	color:#354B4E;
	margin-bottom:20px;
}
.articleImg img{
	margin:0 auto 20px;
}
.articleDocument {
	font-size:150%;
	line-height:140%;
	margin-bottom:20px;
	color:#354B4E;
}
.articleLink {
	font-size:120%;
	line-height:120%;
	font-family:'メイリオ','Meiryo','Quattrocento';
	text-align:right;
	margin-bottom:20px;
}
.articleLink a {
	color:#354B4E;
	text-decoration:underline;
}
.articleLink a:hover {
	color:#354B4E;
	text-decoration:none;
}
.articleDate {
	font-size:120%;
	line-height:120%;
	font-family:'メイリオ','Meiryo','Quattrocento';
	text-align:right;
	color:#354B4E;
}
.material {
	margin-bottom:20px;
}
.material img {
	padding-left:10px;
	padding-bottom:10px;
}
.holder {
	margin:15px auto;
	text-align:center;
}

.holder a {
	font-size:160%;
	cursor:pointer;
	margin:0 5px;
	color:#FFF;
}

.holder a:hover {
	color:#8CCAD3;
}

.holder a.jp-previous { margin-right:15px; }
.holder a.jp-next { margin-left:15px; }

.holder a.jp-current, a.jp-current:hover { 
	color:#354B4E;
	font-weight:bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color:#999;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor:default; 
	background:none;
}

.holder span { margin:0 5px; }
#page-top {
	width:40px;
	height:40px;
    position:fixed;
	right:20px;
	bottom:10px;
	z-index:9999;
}
#page-top a {
	width:30px;
	height:30px;
	background:#fff;
	padding:5px;
	display:block;
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	behavior: url(PIE.htc);
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
    display:block;
	background-image:url(../images/common/top_to_b.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#page-top a:hover {
	background-color:#8CCAD3;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	background-image:url(../images/common/top_to.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#footer {
	width:100%;
	min-width:320px;
	height:50px;
	margin:0 auto;
	padding-top:5px;
	background-color:#000;
	font-family:'Quattrocento';
	line-height:110%;
	border-top:5px solid #8CCAD3;
	text-align:center;
}