@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea,{
	margin: 0;
	padding: 0;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	background:#ffffff url("../images/common/body_bg.gif") no-repeat center top;
	scrollbar-face-color: #fff;
	letter-spacing:2px;
	color:#696969;
}
a,img {
	border:none;
}
a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#wrapper {
	width:800px;
	margin:30px auto 0;
	background:#fff0f5;
	border-radius:10px; 
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
}
#content {
	width:720px;
	overflow:hidden;
	padding: 0 40px 137px;
	background:url(../images/common/footer.png) no-repeat center bottom;
}
#content:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#content {
	min-height: 1px;
}
* html #content {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
h1 {
 padding: 30px;
 color: #633;
}
#navi {
	width:100px;
	float:left;
}
#navi ul {
}
#navi ul li {
	margin:0 0 5px;
}
#navi ul li a{
	text-decoration: none;
	color:#633;
	font-size:18px;
	font-weight:bold;
	display:block;
	letter-spacing:1px;
}
#navi ul li a:hover{
	text-decoration: none;
	color: #633;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.p_index #navi ul li.top a,
.p_about #navi ul li.about a,
.p_gallery #navi ul li.gallery a,
.p_works #navi ul li.works a{
	color: #633;
}
.icon-area {
	margin: 20px 0 0;
}
.icon-area p {
	margin-right:2px;
	float:left;
}
#main {
	width:560px;
	min-height:400px;
	float:right;
	overflow:auto;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	}
.p_index #main {
	background: none;
}
.p_about #main,
.p_gallery #main,
.p_works #main {
	padding: 30px 30px 70px;
}
h2 {
	width:auto;
	color:#633;
	border:#630 dotted 1px;
	padding:5px 10px;
	font-size:16px;
	margin: 0 0 20px;
	font-weight: bold;
	display: inline-block;
}
h3 {
	width:180px;
	color:#633;
	font-size:14px;
	margin: 20px 0 10px;
	font-weight: bold;
}
#footer{
	width:800px;
	margin:0 auto;
	padding:30px 0 50px;
}
address{
	text-decoration: none;
	font-size: 10px;
	text-align:center;
	letter-spacing:1px;
}
/*gallery*/
.p_gallery .img_list li {
	width:50px;
	float:left;
	margin:0 0 15px 15px;
}
.p_gallery .img_list li a{
	display:block;
}
.p_gallery .img_list li a img{
	display:block;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
}
.p_about .name_profile{
	font-size:14px;
}
.p_about a,
.p_works a{
	color:#696969;
}
.p_about a:hover,
.p_works a:hover{
	opacity: 0.7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.p_works .img_list{
	font-size: 0;
	text-align: center;
	margin-top: 30px;
	position: relative;
}
.p_works .img_list li{
	display: inline-block;
	margin: 0 10px 20px;
}
.p_works .img_list::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}


.mt20{
	margin-top:20px!important;}
.mt30{
	margin-top:30px!important;}
.mt40{
	margin-top:40px!important;}
.mt50{
	margin-top:50px!important;}
