@charset "utf-8";
/*
Theme Name: kloom_test
Author: kloom
Description: kloom_test
*/

body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea,p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}


ol, ul {
	list-style: none;
}




/* =========================================================
	*00 Base Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address, blockquote,
ol, ul, li, dl, dt, dd,
table, th, td, form, div {
	/zoom:1;
}

ol li{
	zoom : normal;
}

html {
	overflow-y:scroll;
}

body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea,p, blockquote, th, td {
	font-size:13px;
	line-height:2;
	color:#333;
}


img,
object,  
embed {
	vertical-align: top;
}

strong, em {
	font-weight: bold;
}


img{ max-width : 100%}


/* font family */
body, div, dl, dt, dd, ul, ol, li,h1, h2 span, h3, h4, h5, h6, pre, form, fieldset, input, textarea,p, blockquote, th, td {
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Sans-Serif;
}

div#main_area h2,
ul#gnavi li span,
footer{
	font-family:'Inter', sans-serif;
	font-weight: 400;
}

h2,
div#main_area h2 span,
h1 span,
div.service_box h3 span {
	font-family:'Inter', sans-serif;
	font-weight: 700; 
}



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


/* common ------------------------------------------------
	*01 link
	*02 common layout
	*03 header and headding
	*04 gnavi
	*05 top
	*06 works
	*07 about
	*00 common parts
----------------------------------------------------------*/

/* =========================================================
	*01 link
========================================================= */

a:link,
a:visited {
	color: #9b2e35;
	text-decoration: none;
}


a:hover,
a:active {
	color: #CA4A54;
	text-decoration: underline;
}

#gnavi li a:link,
#gnavi li a:visited {
	color: #AAA;
	text-decoration: none;
}

#gnavi li a:link span,
#gnavi li a:visited span {
	color: #333;
	text-decoration: none;
}

#gnavi li a:hover span,
#gnavi li a:active span {
	color: #9b2e35;
	text-decoration: none;
}

#gnavi li a.current:link span,
#gnavi li a.current:visited span,
#gnavi li a.current:hover span,
#gnavi li a.current:active span {
	color: #9b2e35;
	text-decoration: none;
}




div#top_works div li a:link,
div#top_works div li a:visited {
	color: #AAA;
	text-decoration: none;
}

div#top_works div li a:hover,
div#top_works div li a:active {
	text-decoration: underline;
}

a.bu {
	padding:13px 80px;
	color:#FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px #c0bfbf;
	-webkit-box-shadow: 0px 1px #c0bfbf;
	box-shadow: 0px 1px #c0bfbf;
}

a.bu:link,
a.bu:visited {
	background-color:#9b2e35;
	text-decoration: none;
}

a.bu:hover,
a.bu:active {
	background-color:#B3353F;
	text-decoration: underline;
}

/* =========================================================
	*02 common layout
========================================================= */

body {
	text-align: center;
	background-color: #FFF;
	background-image: url(imgs/top_border.gif);
	background-repeat: repeat-x;
}


div#container {
	width: 100%;

}

div#wrap {
}

div#content {
	width:934px;
	text-align: center;
	padding-bottom: 20px;
	margin: 0px auto;
}


div.section {
	border-top: 1px solid #e7e7e7;
	margin: 40px auto;
	padding-top:40px;
}

div.section_inner {
	width:960px;
	margin: 0px auto;
	text-align:left;
}


div#wrap div#content {
	width: 670px;
	float: right;
	text-align: left;
}

div#wrap div#sidenavi {
	width: 230px;
	float: left;
	text-align: left;
}

div#footer {
	width: 100%;
	padding: 40px 0px;
	border-top: 1px solid #e7e7e7;
	font-size: 13px;
	background-color: #f7f5ec;
	margin-top: 50px;
}




/* =========================================================
	*03 header and headding
========================================================= */

div#header {
	border-bottom: 1px solid #e7e7e7;
	padding-top: 28px;
}

div#header h1 {
	border-bottom: 1px solid #e7e7e7;
	margin-top:0;
}

h1 {
	font-size: 17px;
	line-height:1.4;
	padding-bottom: 14px;
	margin-top:30px;
}

h1 span {
	font-size: 45px;
}

h2 {
	font-size: 31px;
	line-height:1.4;
	margin-bottom: 20px;
	vertical-align: middle;
}

h2.common_h2 {
	text-align:center;
}


h2.common_h2 span {
	font-size:13px;
	font-weight:normal;
	color: #666;
}


div#main_area h2 {
	padding-top: 10px;
	font-size: 33px;
	margin: 0px;
	border:none;
}

div#main_area h2 span {
	font-size: 55px;
	padding-left: 15px;
	color:#333;
}

div.works_tx h2 {
	border:none;
	margin-bottom: 10px;
}

div.service_box h3 {
	font-size: 15px;
	margin-top:40px;
}

div.service_box h3 span {
	font-size: 21px;
}

div#main_area h3 {
	font-size: 21px;
	margin-bottom: 12px;
}

div#main_area h3 span {
	color:#9b2e35;
}




/* =========================================================
	*04 gnavi
========================================================= */

p#headlogo {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 14px;
	margin:0;
}


ul#gnavi {
	width: 960px;
	background-color: #FFF;
	text-align: center;
	margin: 0px auto;
}


ul#gnavi li {
	font-size:11px;
	text-align: center;
	width:160px;
	float:left;
	line-height:1.4;
	color:#ccc;
}

ul#gnavi li span {
	font-size:15px;
}

ul#gnavi li a {
	padding: 10px 0px;
	display: block;
}


/* style ------------------------------------------------
	*05 top
----------------------------------------------------------*/

div#main_area {
	margin: 50px auto 0px;
}


p#main_logo {
	margin: 0px;
}

div#main_tx {
}

div#main_tx p {
	font-size: 15px;
}


div#main_area p#main_sub {
	font-size: 11px;
	color: #5A5A5A;
}

div#top_works {
	margin: 20px -47px 30px 0px;
}

div#top_works div {
	float: left;
	width: 327px;
}

div#top_works div p {
	margin: 10px 47px 10px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height:1.6;
	text-align:center;
}

div#top_works div p span {
	font-weight: normal;
	font-size: 13px;
}

div#top_works div p.img {
	padding: 1px;
	background-color: #E3E3E3;
	margin-right: 47px;
}

div#top_works div ul {
	margin-right: 47px;
}

div#top_works div li {
	font-size: 11px;
	display: inline;
	background-image: url(imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 14px;
}

div#top_works div li.blank_gr {
	background-image: url(imgs/blank_gr.gif);
	background-repeat: no-repeat;
	background-position: 6px 2px;
	padding-left: 20px;
	margin-left:7px;
	border-left: 1px solid #d6d6d6;
}


ul#top_entrylist li {
}


ul#top_entrylist li span {
	font-size: 11px;
}


/* style ------------------------------------------------
	*06 works
----------------------------------------------------------*/

p.works_img {
	float: left;
	width: 440px;
	padding-top: 10px;
}

p.works_img img {
	border: 1px solid #e7e7e7;
}

div.works_tx {
	float: left;
	width: 520px;
	padding-top: 5px;
}



div.works_tx p.date {
	font-size: 11px;
	font-weight:bold;
}

div.works_tx h2 span {
	font-size: 15px;
	font-weight:normal;
}

p.blank {
	background-image: url(imgs/blank.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 17px;
}

div.works_tx p.part {
	font-size: 11px;
	color:#5A5A5A;
}



div#content p.thumbnail_box {
	float: left;
	width: 330px;
}

div#content div.text_box {
	float: right;
	width: 580px;
}

img.second_image {
	padding-top:10px;
}

div.post ul li {
	background-color: #D1E9D9;
	font-size: 11px;
	padding: 3px 5px;
	display: inline-block;
	margin-right: 5px;
}



/* style ------------------------------------------------
	*07 about
----------------------------------------------------------*/

div.message {
	width:934px;
	padding-bottom: 20px;
	margin: 0px auto;
}



div.prof_box01,
div.prof_box02 {
	width:437px;
	float:left;
	text-align:left;
	padding-top:20px;
}

div.prof_box01 {
	margin-right:60px;
}

div.prof_inner p {
	float:left;
	width:218px;
}

div.prof_inner span.name {
	font-size:17px;
	font-weight:bold;
	padding-right:10px;
}

div.prof_inner span.yomi {
	font-size:9px;
}



/* =========================================================
	*00 service
========================================================= */

div.service_box {
	width:560px;
	margin: 0px auto 80px;
	text-align:left;
}

ul.common {
	margin-bottom:40px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0px 10px 10px;
}

ul.common li {
	list-style-type: disc;
	list-style-position: inside;
}

dt {
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}



/* =========================================================
	*00 common parts
========================================================= */

p {
	margin-bottom: 10px;
}

a.bu span {
	background-image: url(imgs/bu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 14px;
}

table {
	color: #262626;
	margin-bottom: 40px;
	border-top: 1px solid #e7e7e7;
	width:100%;
}

th {
	padding:10px;
	font-size: 14px;
	white-space: nowrap;
	line-height: 1.4;
	border-right: 1px dotted #c9c9c9;
	border-bottom: 1px solid #e7e7e7;
	width:150px;
}

td{
	padding:10px;
	vertical-align: middle;
	line-height: 1.4;
	border-bottom: 1px solid #e7e7e7;
}


div#content p#pagetop {
	text-align: right;
	margin: 10px 0px 0px;
}

button {
  padding: 10px;
}



/* =========================================================
	*00 for PC
========================================================= */

@media screen and (min-width : 767px) {

}

