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

Theme Name: myStandard Theme
Theme URI: http://www.ulm-design.com/wordpress/
Description: My first created theme
Author: mitsut
Version: 1.0


10px = 77%	   11px = 85%	  12px = 93%	  13px = 100%
14px = 108%	   15px = 116%	  16px = 123.1%   17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%   21px = 161.6%
22px = 167%	   23px = 174%	  24px = 182%	  25px = 189%
26px = 197%    39px = 300%

base font-size:13px;

********************/

@import "./assets/css/default.css";
@import "./assets/css/module.css";

#wpadminbar{
	/*display:none;*/
}

#main-img-txt a{
	/*
	width:320px!important;
	min-width:320px!important;
	*/
}

body {
	font-size: 13px;
	color: #000;
	background-color: #fff;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   /* font-family:"ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "平成明朝",serif;*/
}

/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}




#wrapper{
	width:100%;
	margin:0 auto;
}

.contents-block{margin:0 auto; padding:20px 0 0; display:block;}
.title{ display:block; padding:70px 0 40px; margin:0 auto;}

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

header

---------------------*/
#header{
	
}

#header h1{
	font-size:217%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}


#header h1 a{
	text-decoration:none;
	color:#000;
}

#header #desc{
	font-size:100%;
	color:#444;
}

#main-logo{
	padding: 100px 0 40px;
}
#main-logo img{
	width:202px;
	display:block;
	margin:0 auto;
}

.mainLogoChild{padding:80px 0 80px 20px;}

#main-img-txt{
	text-align:center;
	background:none;
	padding:50px 0 10px 0;
}

#main-img-txt a{
	font-size:14px;
	background: #FFFF00;
	color: #000;
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	margin:0 auto 10px;
}

#main-img-txt a:hover{
	background:#000;
	color:#fff;
}


#main-img{
	padding:50px 0 0 0;
	text-align:center;
	
}

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

TOP_NAVI

---------------------*/
#top-navi{ 
	text-align:center; 
	position: fixed;
	top:0;
	margin:0 auto;
	width:100%;
	background: #FFFFFF;
	border-bottom:1px solid #EEE;
	z-index:10000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}
#top-navi ul{
	max-width:1024px;
	margin:0 auto;
	padding:0;
}
#top-navi li{
	display: block;
	float: left;
	text-align: center;
	width:20%;
	/*width:16.5%;*/
}

#top-navi a{
	display:block;
	border:none;
	background:none;
	padding: 22px 0;
	color:#332c1e;
}
#top-navi a:hover{
	color:#A0A0A0;
}

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

top-slider

---------------------*/
#top-slider-container{
	max-width:750px;
	width:100%;
	margin:0 auto;
}

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

TOP_NEWS

---------------------------------------------*/
#info{
	margin:0 auto;
	text-align:center;
}

#info li{
	letter-spacing:1px;
	color:#2B2B2B;
	padding:0 0 5px;
	line-height: 2;
    font-size: 115%;
}


#info li span{
	letter-spacing:0;
	color:#666666;
	padding:7px 15px 7px 0;
	font-size:93%;
}

#info li a{padding:1px 0;};


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

about

-------------------------------------------*/
#about{
	padding-bottom:20px;
	
}
.aboutTxt{
	display:block;
	text-align:center;
	margin:0 auto;
}


.aboutMore{
	font-size:93%;
	text-align:center;
	padding:20px 0 0;
}




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

SERVICE

---------------------------------------------*/
#service ul{
	width: 100%;
    max-width: 1024px;
	margin:0 auto;
}
#service ul li{
	display:block;
	float:left;
	width:49%;
}
#service ul li:nth-child(odd){
	margin:0 1% 30px 0;
}
#service ul li:nth-child(even){
	margin:0 0 30px 1%;
}
#service ul li a:hover{
	color:#000;
}
.service-txt-container{
	background: #EEE;
	box-sizing: border-box;
    background: #f9f9f9;
    padding: 20px;
}
.service-ttl{
	font-size: 20px;
    line-height: 1.2;
}
.service-date{
	line-height:1;
	font-size:85%;
    color: #777;
}

.service-desc{
	font-size: 14px;
    line-height: 1.4;
}

.service-more{
	display: block;
    background: #FFF100;
    padding: 5px;
    text-align: center;
    color: #000;
    margin: 13px 0 0;
    border-radius: 4px;
    width: 100px;
    letter-spacing: 1px;
	line-height:1.4;
}
.service-more:hover{
	color:#FFF !important;
}

.service-thumb img{
	width: 100%;
    height: auto;
}
#page-wrap{ 
	margin:0 auto 30px;
	width:940px; 
}
.slider-wrap{}			
.panelContainer{}


.stripViewer{ 
	position: relative; 
	overflow: hidden; 
	width: 940px; 
	height: 366px;
	background:#F3F3F3;
	margin:0 0 20px;
}
.stripViewer .panelContainer{ 
	position: relative;
	left: 0; top: 0;
}

.stripViewer .panelContainer .panel{ 
	float: left;
	position: relative;
	width: 940px;
	/*height: 100%;*/
}

.sliderTxt{
	line-height:1.8;
	width:307px;
	text-align:left;
	padding:20px 20px 0;
	float:left;
}

.stripNavL, .stripNavR, .stripNav{ display: none; }

span.date{ font-size:85%;}
#movers-row{  margin:0 auto;}
#movers-row div{ text-align:center;}
#movers-row a{}
.cross-link{ font-size:93%; line-height:125%; padding:2px 5px 0; margin:0 7px;  float:left; border-bottom:#333 1px dotted; color:#000;};
.end-cross-link{}
.active-thumb{ border:none;text-decoration:none; color: #FFF; background-color:#000; }


a.sliderTitle{
	font-weight:bold;
	font-size:123%;
	font-weight:bold;
	padding:2px 2px 1px 0px;
}





.sliderDesc{
	display:block;
	padding:15px 0 0;
}

.sliderJisseki{
	display:block;
	padding:10px 0 15px;
	font-size:77%;
	color:#555555;
	line-height:1.7;
}






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

WORKS

---------------------------------------------*/
#grid-content {
	width:100%;
	padding:0 0 50px;
	font-size:12px;
	overflow: auto;
	
}

#grid-content li {
	padding:0 0 15px;
	margin:10px 15px 5px 0;
	background-color:#EEE;
	width:176px;
	float: left;
	display: inline;  /* IE6 fix */
}

#grid-content li img{
	/*padding-bottom:2px;*/
	width: 176px;
	height: auto;
}
.workNum{
	display:block;
	color:#FF0000;
	font-size:10px;
	padding:2px 5px 1px;
}

.workTitle{
	line-height:120%;
	letter-spacing:0.5px;
	font-size:12px;
	color:#444444;
	padding:8px 5px 3px;
}


.workDesc{
	line-height:130%;
	font-size:10px;
	padding:0 5px;
	color:#9999B3;
}
*html .workDesc{
	line-height:135%;
}








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

POST

-------------------------*/
#content{
	width:960px;
	margin:0 auto;
}

#main{
	width:659px;
	margin:0 20px 0 0;
	float:left;
}


#catTitle{
	font-size:300%;
	padding:0 0 30px;
}

.post h2{
	font-size:182%;
	line-height:120%;
}



.post{
	padding:0 0 0px;
}


.entry{
	padding:20px 0 100px;
	line-height:2;
	letter-spacing: 0.05em;
	word-break: break-word;
}

.entry p,ul{
	padding-bottom:20px;
}

.entry .catchcopy{
	font-size:123%;
	padding:0;
	line-height:1.5;
}


.credits{
	padding:15px 0 0;
	font-size:100%;
	line-height:1.7;
	letter-spacing:0;
}

.oldpage{
	float:left;
}

.newpage{
	float:right;
}


.oldpost{
	float:left;
}

.newpost{
	float:right;
}


.aligncenter{
	margin:0 auto;
	text-align:center;
}

.alignnone{
	
}


.postmetadata{
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 85%;
	padding:10px 0 5px;
	color:#999;
}




.pagelink{
	padding:0px 0 0;
}


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

social icon

---------------------------*/
.wp_social_bookmarking_light{
	padding:10px 0 20px;
}

.wp_social_bookmarking_light div{
	float:left;
	padding:0 5px 0 0 ;
}



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

wherego_related

---------------------------*/
#wherego_related{
	font-family: Georgia, "Times New Roman", Times,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#wherego_related h3{
	font-weight:normal;
	font-size:93%;
	color:#666;
}




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

SIDEBAR

--------------------------*/
#sidebar{
	width:271px;
	margin:0 0 0 10px;
	float:left;
}

.sidebar-title{
	font-weight:normal;
	padding:0 0 5px;
}

.sidebar-content{
	line-height:1.7;
}

.widgettitle{
	padding:0 0 5px;
}

.custom-widget{
	padding:0 0 15px;
}
span.currentPost{
	background-color:#CCC;
}

#sidebar a:link{background-color:#FFF100;}
#sidebar a:visited{ background-color:#FFF100;}
#sidebar a:hover{background-color:#000; color:#FFF}
#sidebar a:active{background-color:#FFF100;}

.new{
	color:#FFF;
	background-color:#FF0000;
	font-size:83%;
	padding:0 1px;
}

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

BACK TO TOP

-----------------------------*/
.backtoTop{
	font-size:93%;
	text-align:right;
	margin:0 40px 0;
}







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

COMMENTS

--------------------------*/
/*
#comments{
	font-size:108%;
	line-height:1.4;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#comments h3{
	font-weight:normal;
}


#commentform p{
	padding:8px 0;
}

.commentlist {
	margin:20px 0 40px;
	padding:0 0 1px 0;
}

.commentlist p{
	padding:10px 0;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0 0 3px;
	overflow:visible;
}

.commentlist li.even {
	background-color:#F5F5F5;
}

.commentlist li.odd {
	background-color:#E8E8E8;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:77%;
}

.comment-meta a{background:none;}
.comment-meta a:link{}
.comment-meta a:hover{background:#000;}
.comment-meta a:visited{}
.comment-meta a:active{}


.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

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

COMMENTS

--------------------------*/
#comments{
	font-size:108%;
	line-height:1.4;
	font-family:Georgia, "Times New Roman", Times,"メイリオ", Meiryo,"ＭＳ ゴシック", "MS Gothic", "ヒラギノ角ゴ Pro W3";
	
}

#comments h3{
	font-weight:normal;
}

.fn a{
	background:none;
}
.fn a:link{background:none color:#000;}
.fn a:visited{background:none color:#000;}
.fn a:hover{background:#000; color:#FFF;}
.fn a:active{background:none color:#000;}

#commentform p{
	padding:8px 0;
}

.commentlist {
	margin:20px 0 40px;
	padding:0 0 1px 0;
}

.commentlist p{
	
	line-height:1.8;
	font-size:93%;
	padding:10px 0;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0 0 3px;
	overflow:visible;
}

.commentlist li.even {
	background-color:#F5F5F5;
}

.commentlist li.odd {
	background-color:#E8E8E8;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:77%;
}

.comment-meta a{color:#666; background:none;}
.comment-meta a:link{}
.comment-meta a:hover{background:#000;}
.comment-meta a:visited{}
.comment-meta a:active{}

.comment-author cite {
	font-style:normal;
	font-weight:normal;
}


textarea#comment {
	width:100%;

}






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

FOOTER

--------------------------*/
#footer{
	clear:both;
	margin:0 auto;
	padding:50px 0 30px;
	text-align:center;
}

address{
	font-style:normal;
	line-height:2;
}

address p{
	font-size:93%;
	letter-spacing:1px;
}

.copyright{
	font-size:75%;
}





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

SEARCH

--------------------------*/
.search-title{
	padding:0 0 50px;
}


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

FACEBOOK

--------------------------*/
.fb-container{
	width:520px;
	font-family: "メイリオ", Meiryo, "trebuchet ms",arial,helvetica,"hirakakupro-w3",osaka,"ms pgothic",sans-serif;
	border-top:1px solid #CCC;
	color:#333;
}

.fb-work{
	padding:20px 0 20px;
	border-bottom:1px solid #CCC;
}


.fb-leftbox{
	width:176px;
}

.fb-rightbox{
	width:329px;
	margin:0 0 0 15px;
}

.fb-workNum{
	display:block;
	vertical-align:top;
	color:#FF0000;
	font-size:12px;
	padding:0 5px 0 0;
}

.fb-workTitle{
	display:block;
	line-height:150%;
	font-size:16px;
	letter-spacing:0.5px;
	padding:2px 5px 25px 0;
}

.fb-href,.fb-href:link,.fb-href:visited,.fb-href:active{
	padding:0 2px 0 0;
	color:#00F;
	text-decoration:none;
	background-color:#FFF;
}

.fb-workTitle a:hover{
	color:#F00;
	background-color:none;
}

.fb-type{
	line-height:120%;
	font-size:12px;
	display:block;
}


.fb-launch{
	display:block;
}

.fb-client{
	display:block;
	line-height:120%;
}

.fb-workDesc{
	line-height:120%;
	font-size:12px;
	padding:0 5px 0 0;
	color:#9999B3;
}
*html .fb-workDesc{
	line-height:135%;
}

#more_button{
	width:520px;
	margin: 5px auto 10px;
	padding: 12px 0;
	color: white;
	background-color: black;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.loading{
	background-image:url(http://www.ulm-design.com/wordpress/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:32px;
	margin:0 auto;
}


.entry p.txt{
	padding-bottom:50px;
}

.recruit-block{
	padding:0 0 30px;
}

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

@max-width 640px

------------------------------------------------------*/
@media screen and (max-width: 640px) {
#wrapper{
	width:100%;
}
#top-navi{
	position:relative;
	width:100%;
	border-top:1px solid #EEE;
	border-bottom:none;
}
#top-navi ul{
	width: 100%;
}
#top-navi ul li{
	width:50%;
	box-sizing:border-box;
	border-bottom:1px solid #EEE;
}
#top-navi ul li:nth-child(odd){
	border-right:1px solid #EEE;
}
#top-navi ul li a{
	padding:15px 0;
}
#main-logo{
	padding:30px 0;
}
#main-logo img{
	width:150px;
}

#top-slider-container {
	width:100%;
}
#page-wrap{
	width:100%;
}

#info{
	width: 90%;
    margin: 0 auto;
}
#info li span{
	display: block;
    padding: 7px 0 0;
	line-height: 1.4;
}
.title{
	padding:30px 0;
	height: 20px;
    width: auto;
}

#service ul{
	width:100%;
	background-color: #ECECEC;
	padding:0;
}
#service ul li{
	display:block;
	float:none;
	width:100%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
#service ul li:last-child{
	box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
#service ul li:nth-child(odd),
#service ul li:nth-child(even){
	margin: 0 auto 10px;
}

#grid-content{
	width:99%;
	padding:0 0 50px;
	margin:0 0 0 1%;
}
#grid-content li {
	margin:0 1% 1% 0;
	padding:0;
	width:48%;
	box-sizing:border-box;
}
#grid-content li:nth-child(odd) {
	/*margin:0 1% 0 0;*/
}
#grid-content li:nth-child(even) {
	/*margin:0 0 0 1%;*/
}
#grid-content li img {
	width:100%;
	    height: auto;
}
#grid-content li a{
	display:block;
}

.workDesc{
	padding:0 5px 10px;
}

#content{
	width:90%;
}
#sidebar{
	width:90%;
	margin:0 auto;
}
#main{
	width:100%;
}
.entry{
	line-height:1.8;
	font-size:14px;
	padding:20px 0 50px;
}
.entry p img{
	max-width:100%;
	height:auto;
}
.post{
	padding:25px 0 0;
}
.pagelink{
	padding:0 0 40px;
}
#catTitle{
	padding: 20px 0 0px;
}
}