/* @override 
	http://61.206.114.199:8002/f_spot/f_files/2013/131231_hiroki/css/hiroki.css
	http://www.frontale.co.jp/f_spot/f_files/2013/131231_hiroki/css/hiroki.css
*/

@charset "UTF-8";
/* CSS Document */



body{
	background-color: #0c0c0c;
	color: #d8d8d8;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo","ＭＳゴシック",sans-serif;
}

html>/**/body,
html>/**/body h2,
html>/**/body h3,
html>/**/body h4,
html>/**/body h5,
html>/**/body p{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo","ＭＳゴシック",sans-serif;

}

#container{
	width: 100%;
	min-width: 1000px;
	height: auto;
	z-index: 0;
	zoom:1;
}

h1{
	width: 100%;
	position: static;
	top: auto;
	left: 0;
	display: block;
}


footer{
	width: 95%;
	border-top: 1px solid #333;
	padding: 1em 0 1em 0;
	margin: 0 auto;
}
footer a{
	width: 100%;
	display: block;
	text-align: right;
}

footer small{
	display: block;
	font-size: 0.8em;
	color: #555;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: 20px auto 30px auto;
}


header{
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 1000;
}

header h1{

	background-color: rgba(0,0,0,0.8);
		filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000, endcolorstr=#aa000000, gradienttype=0);
}

*:first-child+html header h1{
	background-color: #000;
}

header h1 a{
	display: block;
	text-align: right;
	padding: 6px;
}

header h1 a img{
	width: 50%;
	height: auto;
}






/* ---- */

h2{
	font-size: 1.6em;
	line-height: 1.6;
	font-weight: bold;
}

section{
	
	margin:  0 3em 2em 3em;
	clear: both;
	zoom: 1;
	height: auto;
}

section:after{
		content: '.';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

div#box_message_from section{
	border-left: 5px solid #0998e9;
	padding-left: 1.5em;
	padding: 1em 0 0 1.5em;
}

p.name{
	font-size: 2em;
	text-align: right;
}

p.name span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	margin-right: 0.7em;
	font-style: italic;
}

section#box_kv {
	width: 100%;
position: relative;
z-index: 0;
margin: 0;	
}

section#box_kv h2,
section#box_kv p{
	line-height: 0;
	position: absolute;
	top: -500px;
}

p#img_kv{
	width: 100%;
}

section#box_kv p#img_kv{
	position: relative;
	top: 0;
	margin-top: -2em;
	z-index: 50;
	padding-top: 57px;
	background-color: #000400;
}

img#kv_sp{
	display: none;
}

section p{
	font-size: 1.4em;
	line-height: 1.9;
	margin: 0 0 1.5em 0;
}

section#box_kv img{
	width: 100%;
}



/* ---- */

section h3{
	font-size: 1.6em;
	line-height: 1;
	padding: 1em 0 0.3em 0;
	margin-bottom: 0.5em;
	display: inline-block;
	border-bottom: 1px solid #0998e9;
}

/*-- 写真関係 --*/

div.photo_box{
	width: 100%;
	clear: both;
}

div.photo_box p.main_photo img{
	width: 100%;
	height: auto;
}

div.photo_box ul{
	width: 100%;
}

div.photo_box ul li{
	cursor: pointer;
	display: inline-block;
	zoom: 1;
}

*:first-child+html div.photo_box ul li{
	display: inline;
	margin-right: 4px;
}

div.photo_box ul li.selected img{
	filter: alpha(opacity=35%); /* % IE */
 -moz-opacity:0.35; /* decimal */
opacity:0.35; /* decimal safari */
}

div.photo_box ul li img{
	height: 60px;
	width: auto;
}

p.photo_full_h img{
	width: 100%;
}

p.photo_half_v{
	width: 35%;
}

p.photo_half_h{
	width: 40%;
}

p.photo_half_v img,
p.photo_half_h img{
	width: 100%;
}

p.left{
	float: left;
	margin-right: 2em;
}

p.right{
	float: right;
	margin-left: 2em;
}

div#box_message_from section#ttl_message{
	padding-left: 0;
	border: none;
}

section#ttl_message h3,
h3#ttl_message{
	font: 3.8em Georgia, "Times New Roman", Times, serif;
	margin-top: -1em;
}


/* -- モバイルデバイス向け-- */

@media only screen and (max-device-width:600px){
    /*スマホ用のCSS タブレットAndroid/iPad 縦 */

header h1 a img{
	width: 50%;
	height: auto;
}

img#kv{
	display: none;
}

img#kv_sp{
	display: block;
}

div.photo_box ul li img{
	height: 70px;
	width: auto;
}

section h3{
	font-size: 2em;
}

p.photo_half_v,
p.photo_half_h{
	width: 100%;
}


p.left,
p.right{
	float: none;
	margin-left: 0;
	margin-right: 0;
}



}

@media only screen and  (min-width:300px) and (max-device-width:320px){
    /*スマホ用のCSS iOS*/

header h1 a img{
	width: 100%;
	height: auto;
}

h2{
	font-size: 1.7em;
	line-height: 1.6;
}

h2 br{
	display: none;
}


section{
	
	margin:  0 1em 2em 1em;
	clear: both;
}

section p{
	font-size: 1.4em;

}

img#kv{
	display: none;
}

img#kv_sp{
	display: block;
}

div.photo_box ul li img{
	height: 36px;
	width: auto;
}


p.photo_half_v,
p.photo_half_h{
	width: 100%;
}


p.left,
p.right{
	float: none;
	margin-left: 0;
	margin-right: 0;
}


}

@media only screen and  (min-width:321px) and (max-device-width:599px){
    /*スマホ用のCSS Android*/

header h1 a img{
	width: 100%;
	height: auto;
}

img#kv{
	display: none;
}

img#kv_sp{
	display: block;
}

h2{
	font-size: 1.4em;
	line-height: 1.4;
}

h2 br{
	display: none;
}


div.photo_box ul li img{
	height: 40px;
	width: auto;
}

section{
	
	margin:  0 1em 2em 1em;
	clear: both;
}

section p{
	font-size: 1.2em;
}

p.photo_half_v,
p.photo_half_h{
	width: 100%;
}


p.left,
p.right{
	float: none;
	margin-left: 0;
	margin-right: 0;
}



}




/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */

/* ---- */