@charset "UTF-8";
/* -------------------------------------------------------------------

	Base Style
	
-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

/*  HTML5 Display Definitions
--------------------------------------- */
section, nav, article, aside, hgroup, menu, summary,
header, footer, figure, figcaption, details {
	display: block;
}

video, audio, canvas {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

/*  Base
--------------------------------------- */
html {
}

body {
	line-height: 1.8;
	color: #333333;
	font-family: "メイリオ", "Verdana", "Helvetica", "ＭＳ Ｐゴシック", "Osaka－等幅";
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;

}

/*  Links
--------------------------------------- */
a {
	color: #333333;
	text-decoration: underline;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #333333;
	text-decoration: none;
	outline: none;
}
a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a img.non_hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
	font-size: 100%;
}
h1 {
	line-height: 1.5;
	font-size: 143%;
}
h2 {
	line-height: 1.5;
	font-size: 129%;
}
h3 {
	line-height: 1.5;
	font-size: 115%;
}
h4 {
	line-height: 1.5;
	font-size: 100%;
}

/*
------------------
base 14px
------------------
10px	72%
11px	79%
12px	86%
13px	93%
14px	100%
15px	108%
16px	115%
17px	122%
18px	129%
19px	136%
20px	143%
21px	150%
22px	158%
23px	165%
24px	172%
25px	179%
26px	186%
*/




em {
	font-style: normal;
	font-weight: bold;
}

strong, b {
	font-style: normal;
}

sub, sup {
	vertical-align: baseline;
	line-height: 0;
	font-size: 84%;
}

pre {
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

hr {
	display: none;
}

/*  Embedded Content
--------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}

svg:not(:root) {
	overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul, ol {
	margin-left:2em;
}

/*  Tables
--------------------------------------- */
table {
	border: 0 none;
	border-collapse: collapse;
}

table th,
table td {
	border: 1px solid #ccc;
	vertical-align: top;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	padding: 4px;
}
table th{
	background-color: #f4f4f4;
}
/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="image"] {
	vertical-align: middle;
	font-family: "メイリオ", "Verdana", "Helvetica", "ＭＳ Ｐゴシック", "Osaka－等幅";
	border-radius: 0;
	webkit-border-radius: 0;
	-webkit-appearance: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]:focus {
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

textarea {
	vertical-align: top;
	font-family: "メイリオ", "Verdana", "Helvetica", "ＭＳ Ｐゴシック", "Osaka－等幅";
	font-size: 100%;
	resize: none;
}

fieldset {
	border: 0 none;
}

legend {
	display: none;
}

label {
	cursor: pointer;
}

select {
	line-height: normal;
	font-family: "メイリオ", "Verdana", "Helvetica", "ＭＳ Ｐゴシック", "Osaka－等幅";
}

.ipt_btn_m{
	background-color:#C80B1F;
	border:none;
	padding:10px 20px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	width:200px;
	height:48px;
}




/* -------------------------------------------------------------------

	Structure
	
-------------------------------------------------------------------- */


/* -----------------------------------------------------
	Header
----------------------------------------------------- */
header {
	width: 100%;
	height:544px;
	background		:url("../images/pic_main.png") 50% 0% no-repeat;
}
header .header_inner {
	width: 1000px;
	height:544px;
	margin: 0 auto;
}
header .box_header{
	width:200px;
	height:440px;
	background-color:#010101;
}

header .box_header h1{
	margin-top:58px;
	display: inline-block;
}

header .box_sns{
	width:200px;
	margin-top:60px;
}
header .box_sns .box_fb{
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 0px 0px 5px !important;
	line-height: 18px !important;
	text-indent: 0 !important;
}
header .box_sns .box_tw{
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 0px 0px 5px !important;
	line-height: 18px !important;
	text-indent: 0 !important;
}

header .header_inner {
	position: relative;
}
header #box_official_web_site{
	position: absolute;
	top:0px;
	left:-63px;
}


/* -----------------------------------------------------
	Navi
----------------------------------------------------- */
nav {
	width: 100%;
}

nav ul{
	margin-top:42px;
	margin-left:0;
	
}
nav ul li{
	list-style:none;
	border-top: 1px solid #808080;
}

/* -----------------------------------------------------
	section
----------------------------------------------------- */
section {
	width: 100%;
}
section#box_news
,section#box_works{
	background		:url("../images/bg_grd.jpg") 50% 0% repeat-y;
	
}

section .section_inner{
	width: 1000px;
	margin:0px auto;
	padding:40px 0 40px 0 ;
}

section .section_inner h2{
	padding-left:2px;
}

section article {
	width: 634px;
}



section#box_news article dl {
	margin: 15px 0 0px 0;
	width: 634px;
	border-top: 1px dotted #999;
}
section#box_news article dl dt {
	clear: left;
	float: left;
	width: 80px;
	text-align: left;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 120%;
	font-size: 13px;
}
section#box_news article dl dd {
	padding-left: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	line-height: 120%;
}
section .section_inner{
	position: relative;
}
#box_twitter{
	position: absolute;
	top:35px;
	right:0px;

}





section#box_profile p {
	margin-top:26px;
	margin-bottom:10px;
}

section#box_profile .section_inner{
	position: relative;
}
section#box_profile .section_inner #pic_illust_01{
	position: absolute;
	top:-32px;
	left:390px;
}


section#box_works .section_inner p{
	font-size:16px;
	font-weight:bold;
	margin:15px 0 25px 0;
}

section#box_works .section_inner .box_work_pickup{
	float:left;
	width:144px;
	text-align:center;
	color:#c70b1e;
	font-size:14px;
	font-weight:bold;

}

section#box_works .section_inner .box_work_list{
	float:right;
	width:475px;
}
section#box_works .section_inner .box_work_list .box_work_list_top{
	border: 1px solid #999;
	background-color:#fff;
	padding:11px 10px;
	border-radius: 4px;				/* CSS3草案 */
	-webkit-border-radius: 4px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;		/* Firefox用 */
}
section#box_works .section_inner .box_work_list .box_work_list_top img{
	float:left;
	width:144px;
}
section#box_works .section_inner .box_work_list .box_work_list_top .box_work_list_top_txt{
	float:right;
	width:290px;
	font-size:15px;
	line-height: 160%;
	font-weight:bold;
}
section#box_works .section_inner .box_work_list .box_work_list_top .box_work_list_top_txt .btn_works_book_tameshi{
	display:block;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	line-height: 120%;
	padding:10px 10px 10px 40px;
	margin-top:8px;
	background:url("../images/btn_works_book_tameshi.png") 0px 50% no-repeat #C80B1F;
}
section#box_works .section_inner .box_work_list .box_work_list_top .box_work_list_top_txt .btn_works_book_tameshi .txt_works_book_tameshi{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:4px;
}

section#box_works .section_inner .box_work_list ul{
	border-top: 1px dotted #999;
	margin-top:15px;
	margin-left:0;
}
section#box_works .section_inner .box_work_list ul li{
	border-bottom: 1px dotted #999;
	list-style:none;
	padding:16px 0;
}
section#box_works .section_inner .box_work_list ul li.icon_square_red{
	background:url("../images/icon_square_red.png") 4px 24px no-repeat;
	padding-left:1.2em;
}
section#box_works .section_inner .box_work_list ul li .box_img{
	float:left;
	width:68px;
}
section#box_works .section_inner .box_work_list ul li p{
	float:right;
	width:390px;
	font-size:14px;
	font-weight:normal;
	margin:0;
}
section#box_works .section_inner .box_work_list ul li a p{
	color: #333333;
	text-decoration: underline;
}
section#box_works .section_inner .box_work_list ul li a:hover p{
	color: #333333;
	text-decoration: underline;
	
	color: #333333;
	text-decoration: none;
	outline: none;
}


section#box_works .section_inner .box_work_list h3{
	margin-top:40px;
}


section#box_works .section_inner{
	position: relative;
}

section#box_works .section_inner #pic_illust_02{
	position: absolute;
	top:469px;
	right:390px;
}
section#box_works .section_inner #pic_illust_03{
	position: absolute;
	bottom:-20px;
	left:0px;
}
section#box_works .section_inner #pic_illust_04{
	position: absolute;
	bottom:-80px;
	right:10px;
}





section#box_contact article h2{
	font-weight:normal;
	font-size:14px;
	margin-top:20px;
	margin-bottom:15px;
}
section#box_contact article h2 span{
	padding-left:20px;
}
section#box_contact article .box_error{
	color:#c70b1e;
}

section#box_contact article table {
	border-collapse: separate;
	border-spacing: 0 10px;
	border: none;
}
section#box_contact article table tr{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
section#box_contact article table th{
	vertical-align: top;
	border: 1px solid #333;
	background-color: #333;
	color: #fff;
	border-spacing: 10px;
	font-size: 14px;
	white-space: nowrap;
	padding: 6px 12px;
	width: 160px;
}

section#box_contact article table td{
	vertical-align: top;
	border: 1px solid #333;
	background-color: #fff;
	color: #000;
	border-spacing: 10px;
	font-size: 14px;
	white-space: nowrap;
	padding: 0 ;
	
	width:430px;
}

section#box_contact article table.page_type_confirm td{
	padding:8px;
}
section#box_contact article table td.error_bg
,section#box_contact article table td.error_bg input
,section#box_contact article table td.error_bg textarea{
	background-color:#ffdddd;
}

section#box_contact article table td input{
	padding:8px;
	border: none;
	width:430px;
}
section#box_contact article table td textarea{
	padding:8px;
	border: none;
	width:430px;
	height:100px;
}
section#box_contact .box_submit{
	margin-top:20px;
}

section#box_contact .section_inner{
	position: relative;
}

section#box_contact .section_inner #pic_illust_05{
	position: absolute;
	top:110px;
	right:200px;
}
section#box_contact .box_complete_msg{
	min-height:249px;
}




/* -----------------------------------------------------
	Footer
----------------------------------------------------- */
footer {
	width: 100%;
	background-color: #000;
}
footer .footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	color:#fff;
	font-size: 14px;
}



/* -------------------------------------------------------------------

	Modules
	
-------------------------------------------------------------------- */


/* -----------------------------------------------------
	Heading Modules
----------------------------------------------------- */






/* clearfix
--------------------------------------------*/
.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}