/*
Theme Name: 株式会社エクスリンク
Description: しろくまシステムズ
Version: 1.00
Author: Shirokuma Systems LLC.
Author URI: http://www.shirokuma-systems.com/
*/

@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

.hentry {
	overflow:hidden;
	line-height:1.7;
}
/* 404 
------------------------- */
.pnf {
	text-align:center;
}
div#main_column .pnf p {
	text-align:center;
}
/* edit link 
------------------------- */
div.edit_link {
	margin:24px 6px;
}
div.edit_link a {
	display:block;
	width:210px;
	height:24px;
	margin:auto;
	padding-top:4px;
	padding-left:10px;
	background:#ebe2d7;
	border:solid 1px #e3dacf;
	background: #fffcf2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmU3ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fffcf2 0%, #efe7da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcf2), color-stop(100%,#efe7da));
	background: -webkit-linear-gradient(top,  #fffcf2 0%,#efe7da 100%);
	background: -o-linear-gradient(top,  #fffcf2 0%,#efe7da 100%);
	background: -ms-linear-gradient(top,  #fffcf2 0%,#efe7da 100%);
	background: linear-gradient(to bottom,  #fffcf2 0%,#efe7da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf2', endColorstr='#efe7da',GradientType=0 );
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	box-shadow:1px 1px 1px #eee;
	text-decoration:none;
	letter-spacing:8px;
	text-align:center;
}
div.no_entry.edit_link a {
	padding-left:0px;
	letter-spacing:1px;
}
div.edit_link span.lts-1 a {
	width:80px;
	display:inline-block;
	letter-spacing:1px;
}
/* breadcrumbs
------------------------- */
div.breadcrumbs {
	margin:10px 10px 11px 0px;
	font-size:11px;
}
div.breadcrumbs a {
	color:#000;
}
div.breadcrumbs a:hover {
	text-decoration:underline;
	color:#c00;
	transition:0s;
}
/* go to top
------------------------- */
div#gototop {
	display:none;
	overflow:hidden;
	width:35px;
	height:35px;
	position: fixed;
	bottom:5px;
	right:5px;
}
div#gototop a {
	overflow:hidden;
	white-space:nowrap;
	display:block;
	text-indent:100%;
	width:35px;
	height:35px;
	background:url("img/icon/icon_black/gototop.png") no-repeat;
}
div.gototop2 {
	overflow:hidden;
	clear:both;
	height:13px;
	padding:0px;
	margin:25px 0;
}
div.gototop2 a {
	float:right;
	display:block;
	overflow:hidden;
	outline:none;
	text-indent:100%;
	white-space:nowrap;
	width:43px;
	height:13px;
	background:url("img/icon/gototop2.gif") no-repeat 0px 0px;
}
div.gototop2 a:hover {
	background:url("img/icon/gototop2.gif") no-repeat 0px -13px;
}
/* Page Navi Link 
------------------------- */
ul.page_navi_link {
	height:60px;
	overflow:hidden;
	list-style-type:none;
	margin:12px 0px !important;
	padding:0px !important;
}
ul.page_navi_link li.li_prev {
	width:135px;
	float:left;
}
ul.page_navi_link li.li_next {
	width:135px;
	float:right;
	text-align:right;
}
/* Post Icon
------------------------- */
div#main_column ul.post_date {
	display:none;
	overflow:hidden;
	height:auto;
	list-style-image:none;
	list-style-type:none;
	margin-top:12px;
	margin-left:12px;
	margin-bottom:24px;
	line-height:1.2;
	font-size:12px;
}
div#main_column ul.post_date li {
	float:left;
	margin-right:16px;
	padding-left:13px;
}
div#main_column ul.post_date li a {
	color:#444;
}
div#main_column ul.post_date li a:hover {
	color:#c00;
}
div#main_column ul.post_date li.time {
	background:url("img/icon/icon_deep_gray/tokei.png") no-repeat 0px 2px;
	color:#444;
}
div#main_column ul.post_date li.pers {
	background:url("img/icon/icon_deep_gray/person.png") no-repeat 0px 2px;
}
div#main_column ul.post_date li.tags {
	background:url("img/icon/icon_deep_gray/tag.png") no-repeat 0px 2px;
}
div#main_column ul.post_date li.cate,
div#main_column ul.post_date li.taxo {
	background:url("img/icon/icon_deep_gray/flag.png") no-repeat 0px 2px;
}
div#main_column ul.post_date li.pen {
	background:url("img/icon/icon_deep_gray/pen.png") no-repeat 0px 2px;
}
/* UC
------------------------- */
div.uc {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	height:240px;
	background:url("img/icon/uc.gif") no-repeat center center;
}
/* Images
------------------------- */
/* Responsive images */
#main_column img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width:100%;
}
.entry-content .twitter-tweet-rendered {
	max-width:100% !important; /* Override the Twitter embed fixed width */
}
#main_column .hentry img {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	display:block;
	border-radius: 3px;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
#left_column img,
#main_column img.noshade,
.entry-content img.noshade {
	border-radius: 0px;
	/*box-shadow: none;*/	
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin:0px 5px 5px 5px;
	float: left;
}
img.alignright {
	margin:0px 5px 5px 5px;
	float: right;
}
.aligncenter {
	display:block;
	margin:0px auto 5px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
/* Button
------------------------- */
form#searchform {
	margin:10px 0px 15px;
	text-align:left;
}
label.screen-reader-text {
	color:#600;
}
form.searchform input[type="text"] {
	width:115px;
	padding:3px;
	border:solid 1px #c0c0c0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #b80e00;
	padding: 4px 50px 5px;
	border-radius: 4px;
	border:none;
	font-family: 'Noto Sans JP','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 18px;
	line-height:1.3;
	color:#fff;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background:#e61200;
	color:#fff ;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
/* Button Type A */
.btnA {
	margin-bottom: 50px;
	text-align: center;
	float: right;
}
.btnA a {
    padding: 4px 25px;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    color: #c9000b;
    border: 1px solid #d8d8d8;
    box-shadow: 1px 1px 1px #eee;
    font-family: 'Noto Sans JP','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 700;
    letter-spacing: -0.3px;
    font-size: 13px;
	 border-radius:3px;
}
.btnA a:hover {
	background:#999;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.btnA a span {
	font-size:110%;
}
/* Button Type B */
.btnB {
	margin-bottom: 50px;
	text-align: center;
	margin-top:40px;
}
.btnB a {
	display:inline-block;
	padding: 4px 25px;
	color: #fff;
	background: #d22932;
	background: -moz-linear-gradient(top, #d22932 0%, #cf1d27 50%, #cd121c 51%, #c9000b 100%);
	background: -webkit-linear-gradient(top, #d22932 0%,#cf1d27 50%,#cd121c 51%,#c9000b 100%);
	background: linear-gradient(to bottom, #d22932 0%,#cf1d27 50%,#cd121c 51%,#c9000b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22932', endColorstr='#c9000b',GradientType=0 );
	border: 1px solid #d8d8d8;
	box-shadow: 1px 1px 1px #eee;
	font-family: 'Noto Sans JP','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: 700;
	letter-spacing: -0.3px;
	font-size: 13px;
	border-radius:3px;
}
.btnB a:hover {
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	color: #c9000b;
}
/* Button Type C */
.btnC {
	margin-bottom: 50px;
	text-align: center;
	margin-top:120px;
}
.sample_voice .btnC {
	margin-top:20px;
}
.btnC a {
	padding: 9px 30px;
	color: #fff;
	background: #d22932;
	background: -moz-linear-gradient(top, #d22932 0%, #cf1d27 50%, #cd121c 51%, #c9000b 100%);
	background: -webkit-linear-gradient(top, #d22932 0%,#cf1d27 50%,#cd121c 51%,#c9000b 100%);
	background: linear-gradient(to bottom, #d22932 0%,#cf1d27 50%,#cd121c 51%,#c9000b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22932', endColorstr='#c9000b',GradientType=0 );
	border: 1px solid #d8d8d8;
	box-shadow: 1px 1px 1px #eee;
	font-family: 'Noto Sans JP','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: 700;
	letter-spacing: -0.3px;
	font-size: 20px;
	border-radius:5px;
}
.btnC a:hover {
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	color: #c9000b;
}
/* Button Type D */
.btnD {
	margin-bottom: 50px;
	text-align: center;
	margin-top:120px;
}
.btnD a {
	padding: 9px 30px;
	color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d22932', endColorstr='#c9000b',GradientType=0 );
	border: 1px solid #d8d8d8;
	box-shadow: 1px 1px 1px #eee;
	font-family: 'Noto Sans JP','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: 700;
	letter-spacing: -0.3px;
	font-size: 20px;
	border-radius:5px;
}
.btnD a:before{
	content: "\f105";
	font-family: FontAwesome;
}
.btnD a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
background: rgb(240,249,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
	color: #c9000b;
}
/* Table
------------------------- */
table td,
table th {
	vertical-align:top;
}
table.type_1 {/* Type2 */
	margin:24px 4px 16px;
	border-collapse:collapse;
	border-top:solid 1px #e0cba9;
	border-left:solid 1px #e0cba9;
}
table.type_1 th,
table.type_1 td {
	border-bottom:solid 1px #e0cba9;
	border-right:solid 1px #e0cba9;
	padding:8px 7px 6px 7px;
	text-align:left;
	vertical-align:middle;
}
table.type_1 th {
	white-space:nowrap;
	background:#fcf7ee;
	color:#410000;
}
table.type_1 th.sum {
	background:#fadeab;
}
table.type_1 td.sum {
	background:#ffecc9;
	color:#410000;
}
table.type_1 thead th {
	background:#410000;
	color:#fcf7ee;
}
/* Google Map */
.google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.google-map iframe,
.google-map object,
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ol {
margin: 0;
padding: 0;
list-style: none;
counter-reset: yourDefinition;
}
ol li {
padding-left: 35px;
text-indent: -35px;
margin: 0 0 20px 0;
}
ol li:before {
counter-increment: yourDefinition;
content: counter(yourDefinition);
display: inline-block;
margin-right: 8px;
width: 24px;
height: 24px;
text-align: center;
color: white;
font-weight: bold;
font-family: helvetica;
text-indent: 0;
background: #0165FE;
border-radius: 100%;
}
ol li strong, ol li strong a {
	color:#CC0001;
	font-size:20px;
}
/* ----- [ end of style.css ] ----- */




