/* CSS Document */
@charset "utf-8";

/*::::::::::::::::::::::::::::::::::::::::::
reset
::::::::::::::::::::::::::::::::::::::::::*/
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
/*font reset*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{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%}


/*::::::::::::::::::::::::::::::::::::::::::
default
::::::::::::::::::::::::::::::::::::::::::*/
/*-------------------------------
japanese font
-------------------------------*/
body{
	color: #555;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*font-size:108%;line-height:100%
}
/*-------------------------------
font size
-------------------------------*/
.f_size10 {font-size:85%;}	/*10px */
.f_size11 {font-size:85%;}	/*11px */
.f_size12 {font-size:93%;}	/*12px */
.f_size13 {font-size:100%;}	/*13px */
.f_size14 {font-size:108%;}	/*14px */
.f_size16 {font-size:123.1%;} /*16px */
.f_size18 {font-size:138.5%;} /*18px */
.f_size20 {font-size:153.9%;} /*20px */
.f_size24 {font-size:182%;}	/*24px */

/*-------------------------------
font color
-------------------------------*/
.f_red{color: #F00;}
.f_blue{color: #3F79DA;}
.f_green{color: #090;}
.f_orenge{color: #F60;}
.f_yellow{color: #FF0;}
.f_light_blue{color: #0CF;}
.f_light_green{color: #0F0;}
.f_gray{color: #999;}
.f_white{color: #FFF;}
.f_black{color: #000;}
/*-------------------------------
adjustment
-------------------------------*/
/*clear*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.p_bottom_50{
	padding-bottom: 50px;
}
.p_top_15{padding-top: 15px;}
.p_top_20{padding-top: 20px;}

/*-------------------------------
all
-------------------------------*/
a{color: #4384ce;}
strong{font-weight: bold;}
.display_none{display: none;}
.align_center{text-align: center;}
.align_right{text-align: right;}
/*::::::::::::::::::::::::::::::::::::::::::
layout
::::::::::::::::::::::::::::::::::::::::::*/
#wrapper{
	width: 100%;
	min-width: 980px;
	background-color: #fff;
	background-attachment: scroll;
	background-image: url(../images/key_visual2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*-------------------------------
header
-------------------------------*/
#header{
	height: 110px;
	width: 140px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
}
#header a{
	height: 110px;
	width: 140px;
	text-indent: -99999px;
	display: list-item;
}

/*-------------------------------
content
-------------------------------*/
#content{
	margin-left: 140px;
	margin-right: 210px;
}
/*-------------------------------
footer
-------------------------------*/
#footer{
}

/*::::::::::::::::::::::::::::::::::::::::::
global_navi
::::::::::::::::::::::::::::::::::::::::::*/
#global_navi{
	position: fixed;
	width: 175px;
	top: 18px;
	right: 15px;
}
#global_navi ul{

}
#global_navi ul li{

}
#global_navi ul li a{
	color: #FFF;
	text-decoration: none;
	height: 30px;
	background-color: #377ec4;
	margin-bottom: 2px;
	line-height: 30px;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#global_navi ul li a:hover{background-color: #29a9e2;}
#global_navi .copyright{
	padding-top: 10px;
	text-align: center;
}



/*::::::::::::::::::::::::::::::::::::::::::
contents
::::::::::::::::::::::::::::::::::::::::::*/
.key_visual{
	height: 300px;
	padding-top: 110px;
}
h2{
	font-size:40px;
	color: #377ec4;
	height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 75px;
}
#content p{
	font-size: 14px;
	line-height: 2.0em;
}
.content_section{
	padding: 20px 20px 70px;
}

/*-------------------------------
concept
-------------------------------*/
h3.concept_h3{
	padding-top: 20px;
	font-weight: bold;
	font-size: 24px;
	color: #7ec23d;
}
/*-------------------------------
about us
-------------------------------*/
.aboutus_section{
	padding: 30px 20px 0;
}
.aboutus_item_name{
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
}
.aboutus_content{
	float: left;
	font-size: 14px;

}
/*-------------------------------
service
-------------------------------*/
.service_navi li{
	height: 40px;
	width: 135px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	margin-right: 10px;
	float: left;
	cursor:pointer
}
.service_navi li.site_service{
	background-color: #377EC4;
}
.service_navi li.system{
	background-color: #29A9E2;
}
.service_navi li.print_3d{
	background-color: #7BC138;
}
.service_navi li.app{
	background-color: #EE8238;
}
.site_service_contents{
	background-color: #F2F2F2;
	padding: 20px;
}
.site_service_contents h3{
	font-weight: bold;
	color: #377EC4;
	font-size: 16px;
	padding-bottom: 15px;
}
.system_contents{
	background-color: #F2F2F2;
	padding: 20px;
	display: none;
}
.system_contents h3{
	font-weight: bold;
	color: #29A9E2;
	font-size: 16px;
	padding-bottom: 15px;
}
.print_3d_contents{
	background-color: #F2F2F2;
	padding: 20px;
	display: none;
}
.print_3d_contents h3{
	font-weight: bold;
	color: #7BC138;
	font-size: 16px;
	padding-bottom: 15px;
}
.app_contents{
	background-color: #F2F2F2;
	padding: 20px;
	display: none;
}
.app_contents h3{
	font-weight: bold;
	color: #EE8238;
	font-size: 16px;
	padding-bottom: 15px;
}
.app_showcase{
	padding: 10px;
	background-color: #FFF;
}
.app_showcase div.row{
	width: 180px;
	text-align: center;
	float: left;
}
.app_showcase .grid_wrap{
	display: flex;
	justify-content: flex-start;
}
.app_showcase .grid_wrap .grid_col{
	width: 300px;
	margin: 10px;
}
.app_showcase .grid_wrap .grid_col img{
	max-width: 300px;
	width: 100%;
}
#content p.service_contents_text{
	line-height: 1.8em;
	font-size: 12px;
}
h4{
	font-weight: bold;
	color: #666;
	font-size: 13px;
	padding-bottom: 5px;
}

/*-------------------------------
news
-------------------------------*/
#news{
	background-color: #F2F2F2;
	padding: 0 195px 10px 140px;
}
.news_section{
	line-height: 35px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news_date{
	width: 20%;
}
.news_contents{
	width: 80%;
}
