/* CSS Document */

@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=PT+Sans);

/*	BASIC
====================================== */

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	margin:0;
	padding:0;
	background-color:#FFF;
	color:#000;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;

	font-size:12px;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
}
html, body {
    height: 100%;
    position: relative;
    width: 100%;
}
* html body {/* for IE6 */
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size:80%;
}

*:first-child+html body {/* for IE7 */
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	font-size:80%;
	cursor:default;
}

body div {
	text-align: left;
	margin: 0 auto;
}

img {
	vertical-align: top;
}


/*	clearfix
====================================== */
img {
	max-width: 100%;
}


.con3box{
	margin-bottom:10px;
	}
.con3box .worksthm p{
	text-align:center;
	}
.con3box .worksthm p : nth-of-type(2){
	font-size:10px;
	}
.con3box .worksthm .wt_title{
	margin-top:10px;
	font-weight:bold;
	font-size:11px;
	}

/* 20160329Ã©Â«Â´Ã¦â€°ËœÃ¯Â½Â½Ã¯Â½Â½Ã©Â«Â«Ã¯Â½ÂªÃ¯Â¿Â½Ã¯Â½Â½*/


table {
	width: 100%;
}
.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*Ã¯Â¿Â½Ã£â€šâ€˜Ã¯Â½Â½Ã¯Â½Â¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}



/*	LINK
====================================== */


a,a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration:none;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

/*	TEXT
====================================== */
h1 {
	font-size:143%;
}
h2 {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size:215%;
}
h3 {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size:186%;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}


/*	Layout
====================================== */
#wrap {
	width: 100%;
}
div#content {
	margin: 0 auto;
	max-width: 100%;
}
.panel-grid {
	letter-spacing: -0.4em;
}
.panel-grid:before {
    content: "";
    display: inline-block;
}
.panel-grid:after {
    clear: both;
    content: "";
    display: table;
}
.con1box {
	width: 100%;
	vertical-align:top;
	letter-spacing: normal;
	display: inline-block;
	box-sizing: border-box;
}
.con2box {
	width: 50%;
	vertical-align:top;
	letter-spacing: normal;
	display: inline-block;
	box-sizing: border-box;
}
.con3box {
	width: 33%;
	vertical-align:top;
	letter-spacing: normal;
	display: inline-block;

	box-sizing: border-box;
}
.con4box {
	width: 25%;
	vertical-align:top;
	letter-spacing: normal;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 20px 20px;
}
@media screen and (max-width: 1000px){
.con2box {
	width: 100%;
}
.con3box {
	width: 50%;
}
}
@media screen and (max-width: 1000px){
.con3box {
	width: 100%;
}
.con4box {
	width: 50%;
}
}

/*	Header
====================================== */
#header {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 99999;
	padding: 2% 0;
}
#sheader {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 99999;
	padding: 20px 0;
}
#sp_header {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 99999;

}
#header .header {
	max-width: 980px;
	margin: 4px auto;
}
#logo {
	display: inline-block;
	vertical-align: top;
	top:0;
	width: 161px;
	height: 18px;
}
#logo a {
	display: block;
	width: 161px;
	height: 18px;
	background-image: url(../common/logo_w.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
header nav {
	display: inline-block;
	margin: 16px 0 0 50px;
	float: right;
}

ul#nav {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	display: inline-block;
}
ul#nav li {
	float: left;
	padding: 0 2px;
	background-color: rgba(0, 0, 0, 0);
}
ul#nav li a {
	color: #FFF;
	text-decoration: none;
}

ul#nav li a:hover {
	color: #0FF;
}

#header.scroll {
	color: #000;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	padding: 40px 0;
}
#header.scroll .header {
    margin: 0 auto;
    max-width: 980px;
}
#header.scroll #logo a {
	background-image: url(../common/logo.png);
	width: 161px;
	height: 18px;
}

#sheader.scroll #logo a {
	background-image: url(../common/logo.png);
	
}
#header.scroll ul#nav li a {
	color: #000;
}
#header.scroll ul#nav li a:hover {
	color: #666;
}
.box_right {
    float: right;
}
.sp_header {
	font-size: 16px;
	position: fixed;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 50px;
	z-index: 99999;
	top: 10px;
	left: 10px;
}
.sp_header a {
	background-image: url(../common/sp_menu_w.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}
#sheader.scroll .sp_header a {
	background-image: url(../common/sp_menu.png);
}
html.mm-opened .sp_header {
	display:none;
}
html.mm-opened #sp_header #logo {
	display:none;
}

@media screen and (max-width:1000px){
#header .header {
	text-align:center;
}
#header #logo {
	display: block;
}
header nav {
	display: block;
	margin: 10% 0;
	float: none;
}
#header.scroll nav {
	margin: 15px 0;
}
.box_right {
	float:none;
}
#header #searchbox {
	padding-top: 0px;
}
header #searchbox .btnsearch {
	top:5px;
}
}
@media screen and (max-width:1000px){
#pc_header {
	display:block
}
#logo {
	margin-top: 20px;
	margin: 20px auto 10px;
	width: 66%;
	text-align: center;
	height: 18px;
	position:relative;
	z-index: 999999;
}
#logo a {
	width: 50%;
	text-align: center;
	height: 18px;
	margin: 0 auto;
	display: block;
}
}
@media screen and (min-width: 768px){
#sp_header {
	display:none;
}
}

/*	Design
====================================== */
.lbox {
	padding-bottom: 80px;
	border-bottom: solid 1px #DDD;
}
.pd_box {
	padding: 30px 20px 0;
	font-size: 110%;
}
@media screen and (max-width:1000px){
.pd_box {
	padding-bottom: 45px;
}
}
.moreBtn {
	clear: both;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	text-align: center;
	width: 300px;
	margin: 30px auto 0;
	line-height: 1;
	font-size: 95%;
}
.moreBtn a {
	clear: both;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 300px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.moreBtn a:hover {
	background-color: #666;
}
.backBtn {
	clear: both;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	width: 300px;
	margin: 80px auto 0;
	line-height: 1;
	font-size: 95%;
}
.backBtn a {
	clear: both;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	width: 300px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.backBtn a:hover {
	background-color: #666;
}
.moreBtn_s {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size: 80%;
	width: 60px;
	text-align: center;
}
.moreBtn_s a {
	display: block;
	padding: 5px 10px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	margin-top: 30px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.moreBtn_s a:hover {
	background-color: #666;
}

#pager {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size: 100%;
    width: 100%;
}
#pager ul {
	text-align: center;
}
#pager ul li {
	display: inline-block;
	line-height: 1;
}
#pager ul li span, #pager ul li a {
    background: none repeat scroll 0 0 #ccc;
    display: inline-block;
    margin: 0px 2px 0;
    padding: 8px 12px;
    text-decoration: none;
    vertical-align: middle;
	color: #fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#pager ul li span {
    background: none repeat scroll 0 0 #000;
}
#pager ul li.doted {
    margin: 0;
    vertical-align: bottom;
}
#pager ul li.prev {
    margin: 0px 2px 0 0;
}
#pager ul li.prev a {
	background-image: url(../common/prev.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-left: 25px;
}
#pager ul li.next {
    margin: 0;
}
#pager ul li.next a {
	background-image: url(../common/next.png);
	background-repeat: no-repeat;
	background-position: 54px center;
	padding-right: 25px;
}
#pager ul li a:hover {
	background-color: #000;
}

.subtitle {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	text-align: center;
	margin: 0 auto 60px;
	padding: 0 0 10px;
	background-image: url(../common/subtitle_bar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 160%;
}
.div_title {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size: 154%;
	margin-bottom: 20px;
}
.div_title span {
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	border-bottom: dotted 1px #000;
	padding-bottom: 5px;

}

#main {
}

@media screen and (max-width: 940px){
#main {
	padding-top: 0px;
}
}
@media screen and (max-width: 767px){
.parent-pageid-330 #main {
	padding-top: 200px!important;
}
}
#photo {
	width: 100%;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
	margin:0 auto;
}
#photo.about {
	background-image: url(../about/img/about_photo.jpg);	
}
#photo.creative {
	background-image: url(../creative/img/creative_photo.jpg);	
}
#photo.lifestyle {
	background-image: url(../lifestyle/img/lifestyle_photo.jpg);	
}
/*
#photo.works {
	background-image: url(../works/img/works_photo.jpg);	
}
*/
#photo.recruit {
	background-image: url(../recruit/img/recruit_photo.jpg);	
}
#photo h2 {
	font-size: 650%;
	margin-bottom: 10px;
}
#photo p {
	font-size: 200%;
}
@media screen and (max-width:1000px){
#photo h2 {
	font-size: 500%;
}
#photo p {
	font-size: 130%;
}
}
.txtbox {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 710px;
	padding: 0 10px 0;
	font-size: 110%;
}


/*	Slide
====================================== */
#slide{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
	margin:0 auto;
}
.box-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	text-align: center;
	line-height: 1;
	width: 700px;
}
.slide_t {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size: 650%;
	margin-bottom: 10px;
}
.slide_t span {
	font-family: Century, Georgia, "Times New Roman", Times, serif;	
}
.slide_c {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size: 250%;
	margin-bottom: 30px;
}
.slide_b a {
	border: solid 2px #FFF;
	padding: 15px 30px;
	display: inline-block;
	font-size: 130%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.slide_b a:hover {
	background-color: #FFF;
	color: #000;
}

@media screen and (max-width:1000px){
.box-wrapper {
	width: auto;
}
.slide_t {
	font-size: 630%;
}
.slide_c {
	font-size: 200%;
}
.slide_b a {
	font-size: 100%;
}
}

/*	About
====================================== */
#philosophy {
	text-align: center;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	line-height: 1;
	margin-bottom: 30px;
}
#philosophy p {
	font-size: 169%;
}
h3.title {
	font-size: 380%;
	margin-bottom: 25px;
}
h3.title span {
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	border-bottom: dotted 1px #000;
}
@media screen and (max-width:1000px){
	h3.title {
	font-size: 300%;
}
#philosophy p {
	font-size: 130%;
}
}
.about_line {
	background-image: url(../about/img/line.png);
	background-repeat: no-repeat;
	height: 140px;
	width: auto;
	max-width: 500px;
	margin: 0 auto 30px;
}
@media screen and (max-width:1000px){
.about_line {
	display: none;
}
}
.velue_cap {
	text-align: center;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;}
.value_title {
	font-size: 200%;
	text-align: center;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	margin-bottom: 20px;
}
.value_title span {
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	border-bottom: dotted 1px #000;
}
dl.corp_info {
	width: auto;
	margin: 0 auto;
	max-width: 710px;
	font-size: 119%;
	padding: 0 10px
}
dl.corp_info dt {
	float: left;
	width: 130px;
	color: #666;
}
dl.corp_info dd {
	padding-left: 130px;
	margin-bottom: 20px;
}
dl.corp_info .clientlist{
	font-size:12px;
}
@media screen and (max-width:1000px){
	dl.corp_info dt {
		float: none;
		width: auto;
	}
	dl.corp_info dd {
		padding-left: 0px;
	}
}
dl.recruit_info {
	width: auto;
	margin: 0 auto;
	max-width: 800px;
	font-size: 119%;
	padding: 0 10px
}
dl.recruit_info dt {
	float: left;
	width: 130px;
	color: #666;
}
dl.recruit_info dd {
	padding-left: 130px;
	margin-bottom: 20px;
}
@media screen and (max-width:1000px){
	dl.recruit_info dt {
		float: none;
		width: auto;
	}
	dl.recruit_info dd {
		padding-left: 0px;
	}
}
.privacy_txt {
	width: auto;
	margin: 0 auto 30px;
	max-width: 800px;
	font-size: 119%;
	padding: 0 10px
}
dl.privacy_info {
	width: auto;
	margin: 0 auto;
	max-width: 800px;
	font-size: 119%;
	padding: 0 10px
}
dl.privacy_info dt {
	color: #666;
	argin-bottom: 10px;
}
dl.privacy_info dd {
	margin-bottom: 30px;
}
.info {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	margin-top: 10px;
	padding-bottom: 50px;
}
.info.last {
	padding-bottom: 0px;
}

.lifestyle_box {
	padding: 40px 20px 0;
}
.ls_title {
	font-size: 200%;
	font-family: 'PT Sans', sans-serif;
}
.ls_cap {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	margin-bottom: 20px;
}

/*	Works
====================================== */
/*
.worksthm {
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	line-height: 1;
	font-size: 90%;
	padding-bottom: 50px;
}
.worksthm img {
	margin-bottom: 25px;
}
.wt_title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
}
.wt_cat {
	margin-bottom: 10px;	
}
.wt_cat a {
	text-decoration: none;
}
ul#works_cat {
	font-family: 'PT Sans', sans-serif;
	text-align:center;
	margin-bottom: 50px;
}
ul#works_cat li {
	display: inline-block;
	margin: 0 10px;
}
ul#works_cat li a {
	text-decoration: none;
	color: #999;
}
ul#works_cat li a:hover {
	color: #000;
}
#works_img {
	width: auto;
	max-width: 980px;
	margin-bottom: 40px;
}
ul#works_cat li.current-cat a {
	text-decoration: none;
	color: #000;
}
@media screen and (max-width: 940px){
#works_img {
	margin-top: 55px;
}
}
@media screen and (max-width: 767px){
#works_img {
	margin-top: 0px;
}
}
.works_box {
	width: auto;
	max-width: 748px;
	margin-left: 0px;
}
@media screen and (max-width: 940px){
.works_box {
	padding: 0 10px;
}
}
.works_name {
	font-size: 169%;
}
.works_date {
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 20px;
}
.works_date span {
	color: #999;
}
a.works_url {
	font-family: 'PT Sans', sans-serif;
	background-image: url(../common/url.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration: none;
}
a.works_url:hover {
	color: #000;
	text-decoration: none;
}
*/

/*	Contact(2015.03.16Ã©Â«Â´Ã¦â€°ËœÃ¯Â½Â½Ã¯Â½Â½Ã©â„¢Â·Ã¤Â¼Å¡Ã¯Â½Â¿Ã¯Â½Â½Ã¯Â¿Â½Ã¯Â½Â½Ã¯Â¿Â½Ã¯Â½Â½
====================================== */
body.contact #content .txtbox {
	max-width: 600px;
}
body.contact #content .contactbox {
	overflow:hidden;
	margin:0 auto 30px;
	width: auto;
	max-width: 600px;
	font-size: 110%;
}
body.contact #content .contactbox dt,
body.contact #content .contactbox dd{
	padding-bottom:10px;
}
body.contact #content .contactbox dt{
	float:left;
	width:10em;
}
body.contact #content .contactbox dd{
	padding-left:11em;
}
body.contact #content .contactbox input[type=text],
body.contact #content .contactbox textarea{
	width:400px;
	border:1px solid #999;
	padding:5px;
	font-size: 110%;
}
body.contact #content p.send {
	clear:both;
	text-align:center;
}
body.contact #content p.send input {
	background:#000;
	border:none;
	margin:0 5px;
	padding:7px 40px;
	color:#fff;
}
@media screen and (max-width:1000px){
	body.contact #content .contactbox {
		padding: 0 10px;
	}
}
@media screen and (max-width:1000px){
body.contact #content .contactbox {
	max-width:none;
}
body.contact #content .contactbox dt{
	float:none;
	width:100%;
}
body.contact #content .contactbox dd{
	padding-left:0;
}
body.contact #content .contactbox input[type=text],
body.contact #content .contactbox textarea{
	width:95%;
	border:1px solid #999;
}
}






/*	Foot
====================================== */

#foot {
	max-width: 980px;
	margin: 50px auto 0;
}
.foot_l {
	float: left;
	width: 200px;
}
.foot_r {
	float: right;
	width: 265px;
}
.foot_l ul {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	margin: 20px 0 30px;
}
.foot_l li a {
	text-decoration: none;
}
.foot_l li a:hover {
	color: #666;
}
#copyright {
	color: #999;
	max-width: 980px;
	margin: 0 auto 50px;
}
#foot .area {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size: 119%;
	color: #999;
	margin-bottom: 5px;
}
@media screen and (max-width:1000px){
	#foot {
		padding: 0 10px;
	}
	#copyright {
		margin-top: 30px;
		padding: 0 10px;
	}
}
@media screen and (max-width:1000px){
	.foot_l {
	float: none;
	width: 100%;
	}
	.foot_r {
	float: left;
	width: 50%;
	}
}
div#content {
    margin: 0 auto;
    max-width: 980px;
}
@media screen and (max-width:1000px){
	.foot_r {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	}
	#copyright {
		margin-top: 0px;
	}
	#content{
		width: 93%;
		margin: 0 auto;
	}
}

.notfound {
	text-align:center;
	margin: 100px 0 0 0;
	padding: 0 20px;
}

.t404 {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size: 400%;
	line-height: 1;
}
.c404 {
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "Yu Gothic" ,  "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;	font-size: 150%;
	margin-bottom: 40px;
}