﻿@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
 background-color: #D9F5F3;
 font-family: Helvetica;
 font-size: 14px;
 line-height: 1.6;
 text-align: center;
 background-image: url(../img/cork.jpg);
}

a {
 color: #336699;
}

h1{
 color: white;
 font-size: 14px;
 margin: -20px auto 0;
 padding: 4px; 
 width: 60%;
 background-image: url(../img/bg_leather.jpg);　
 background-size:contain;
-webkit-border-radius: 6px;
	letter-spacing: 0.1em;
}

h1.none{
 background-image: none;
 width: 100%;
 margin: -36px 0 0 -13px; 　
}
 
h2{
 letter-spacing: 0.1em;
}

p.top{
	margin: 2px 0 4px;
}

#wrap{
 position: relative;
}

#contents{
 padding-bottom: 40px;
}

#footer{
 position: relative;
 bottom: 0;
}

.boxA{
 font-size: 90%;
 width: auto;
 height: auto;
margin: 20px;
padding: 8px;
border: 1px solid #E5E5E5;
background-color: #FFFFFF;
-webkit-border-radius: 8px;
overflow: hidden;
}



.global-header {
 font-size: 24px;
 border-bottom: 1px solid #ffffff;
 height: 44px;
 line-height: 44px;
 background-color: #CC6633;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#D9F5F3), to(#75D9D0));
}

.page-heading {
 margin: 0 auto;
 width: 140px;
 overflow: hidden;
 color: #ffffff;
 color: #333333;
 font-size: 24px;
 text-align: center;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-shadow: 0 1px #ffffff;
}

.nav-page {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}

.nav-page-left {
 position: absolute;
 top: 0;
 left: 10px;
}

.nav-page a {
 padding: 6px 12px;
 border: 1px solid #75D9D0;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#D9F5F3), color-stop(45%, #c8e4e2), color-stop(55%, #86e0e1), to(#75D9D0));
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 1px #D9F5F3;
 box-shadow: 0 1px #D9F5F3;
 text-decoration: none;
}

.introduction {
 margin: 15px 10px;
 padding: 5px 10px;
 background-color: #75D9D0;
 font-size: 12px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.block {
 padding-bottom: 20px;
}

.block-heading {
 margin: 10px;
 padding: 5px;
 border-left: 5px solid #75D9D0;
 font-size: 14px;
}

.comment {
 margin: 0 10px;
 font-size: 12px;
}

.comment p {
 margin-top: 0;
}

.nav-portfolio {
 margin-top: 10px 20px;
}

.nav-portfolio img {
 margin-bottom: 6px;
 width: 60px;
 height: 60px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-portfolio li {
 margin: 0 0 10px 16px;
 float: left;
 text-align: center;
}

.nav-portfolio ul:after {
 content: '';
 display: block;
 clear: both;
}

.nav-portfolio a {
 display: block;
 text-decoration: none;
}

.nav-portfolio a:after {
 display: block;
 content: attr(title);
 font-size: 12px;
 width: 60px;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.img-illust {
 margin: 0 auto;
 display: block;
 border: 10px solid #F5F5F0;
}


.nav-about {
 margin: 10px 60px;
}

.nav-about ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-about li {
 border-top: 1px solid #ccff66;
 border-bottom: 1px solid #cccc66;
 height: 36px;
 line-height: 36px;
 background-color: #ffffcc;
}

.nav-about li img{
	vertical-align: middle;
}

.nav-about li:first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about li:last-child {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about a {
 padding: 0 14px;
 display: block;
 text-decoration: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

p.small{
	font-size: 80%;
	margin-top:4px;
}

/*=================================================
 * フォトフレーム
 * ================================================= */

.frame {
 display: block;
 width: 300px;
 height: 359px;
 margin-right: auto;
 margin-left: auto; 
 margin-bottom: -16px;
 padding-top: 40px;
 background-image: url(../img/frame2.jpg);
 background-repeat: no-repeat;
 background-size: 300px 359px;
 background-position: center top;
}

p.swipe{
 display:block;
 position: absolute; 
 z-index: 40; 
 margin: -8px 0 110px 32px;
}

p.swipe2{
 display:block;
 position: absolute; 
 z-index: 40; 
 margin: -8px 0 110px 217px;
}


/*=================================================
 * フォトフレームAndroid対応
 * ================================================= */

.viewport {
    width: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.flipsnap {
    width: 1075px; /* 215px(item) * 5(item count) */
}

.item {
    float: left;
    width: 215px;
    font-size: 50px;
    text-align: center;
    padding: 0px;
    background: #EFEFEF;
    cursor: pointer;
}

.item img{
	  width: 215px;
	  height: 219px;
}


/*=================================================
 * 共通ページ
 * ================================================= */

header.kyotsu{
 display: block;
 height: 91px;
 background-image: url(../img/header.jpg);
 background-repeat: repeat-x;
}

header.kyotsu li{
 display: inline;
}

header.kyotsu li.home{
 float: left;
}

li.home img{
    float: left;
    margin:8px 0 0 8px;
    width:108px;
    height:33px;
} 

li.m_btn img{
    float: left;
    margin-top:-1px;
    width:48px;
    height:42px;
}	

header.kyotsu li.sub{
 float: right;
 padding-top: 7px;
}

img.menu_b{
 display: block; 
 position: absolute; 
 top:48px;
 left: 10px;
 z-index:30;
 width:47px;
 height:42px;
}

/*=================================================
 *プロフィール
 *================================================= */

 .profile h3{
 margin:4px 0;
 color: gray;
}


dl.profile {
           font-size: 90%;
           text-align: left;
	margin: 10px;
	padding: 0 10px 10px;
	border: 4px #EEEEEE solid;
}

dl.profile dt {
	float: left;
	width: 4.5em;
	padding: 8px 0;
	text-indent: 0.5em;
	line-height: 150%;
	color: #696969;
}

dl.profile dd {
	padding: 8px 0 8px 4.5em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
	letter-spacing: 0.1em;
}


dl.profile dd.dai {
            font-size: 110%;
	letter-spacing: 0.1em;
	text-indent: 0em;
	padding: 6px 8px;
	background-color: #EEEEEE;
	color: gray;
	border: 4px solid white;
	border-left: 1px;
}

dl.profile dd.b_none{
	border: none;
}

dl.profile dd:last-child ｛
　　　　　border: none;
}



/*=================================================
 * てのひらサイズ人形
 * ================================================= */

.palm{
 font-size: 85%;
 padding: 20px;
}

.palm image{
 margin: 20px;
}

.palm h3{
 margin: 6px 0;
}


/*=================================================
 * 著作権
 * ================================================= */

#fan {
 display: block;
 margin-right: auto;
 margin-left: auto;
 margin-top: 10px;
 width: 160px;
 padding: 8px 16px;
 font-size: 86%;
border: 1px solid #E5E5E5;
background-color: #D9F5F3;
-webkit-border-radius: 12px;
 text-align: center;
}

.copy{
 display: block;
 margin-right: auto;
 margin-left: auto;
 margin-top: 10px;
 margin-bottom: 20px;
 width: 200px;
 padding: 8px 10px;
 font-size: 92%;
 letter-spacing: 0.1em;
border: 1px solid #E5E5E5;
background-color: #D9F5F3;
 background-image: url(../img/bg_copy.jpg);
-webkit-border-radius: 6px;
 text-align: left;
}

.hajimeni{
 font-size:86%;
 letter-spacing: 0.06em;
}

.copy img{
	margin: 4px 40px;
}

.ex{
	display: block;	
	margin: 2px 10px;
	background-color: white;
	padding: 2px 6px;
}


/*=================================================
 * Gallery
 * ================================================= */

ul#Gallery{
 display:block;
 margin: 0 auto;
	text-align: center;
}

ul#Gallery li{
	float: left;
}

ul#Gallery img{
	width: 86px;
	height: 86px;
}


/*=================================================
 * フッター
 * ================================================= */


#footer{
 padding: 11px 0 6px;
 background-image: url(../img/foot.jpg);
 background-repeat: repeat-x;
 background-position:bottom;
 font-size: 12px;
 text-align: center;
 width: 100%;
} 

#footer p{
  margin-bottom: -2px;
} 

#footer img{
 float: right;
}

.copyright {
 margin: 0;
 color:  #ffffff;
 text-align: center;
 letter-spacing: 0.2em;
}

/*=================================================
 * お問合せ 
 * ================================================= */

iframe.sp_form{
	width:370px;
	height:560px;
        scroll:NO;
	border:none;
        margin-left:-50px;
        padding: 0;
}

iframe.sp_form body{
	overflow: hidden;
}
	


/*=================================================
 * パソコンＧａｌｌｅｒｙボタン 
 * ================================================= */


.css_btn_class {
	font-size:12px;
	font-family:Arial;
	letter-spacing: 0.1em;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:8px 30px;
	margin: 10px 0;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(13%, #f9f9f9), color-stop(92%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 13%, #e9e9e9 92% );
	background:-ms-linear-gradient( top, #f9f9f9 13%, #e9e9e9 92% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(13%, #e9e9e9), color-stop(92%, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 13%, #f9f9f9 92% );
	background:-ms-linear-gradient( top, #e9e9e9 13%, #f9f9f9 92% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

.css_btn_class:active {
	position:relative;
	top:1px;
}


/*=================================================
 * facebookいいね
 * ================================================= */


iframe.faceb{
	display: block;
	width: 200px;
	margin: 2px 0 6px;;
	padding-left:80px;
	text-align: center;
	overflow: hidden;
	}

iframe.faceb2{
	display:block;
	width: auto;
	margin-left: 44px;
	margin-bottom: 8px;
}

div.faceb iframe{
	margin-left: 50px;
	vertical-align: middle;
}

iframe.faceb3{
	display: block;
	width: 100px;
	margin: 10px 0 18px;
	padding-left:80px;
	text-align: center;
	overflow: hidden;
	float:left;
	}

.button_w{
        text-align: center;
}   

.btn_eve {
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color:#111;
	width: 200px;
	padding: 10px 0;
}


