@charset "UTF-8";

/* -------------------------------------------------------- */
/* ---------------------- ブログ内装飾 -------------------- */
/* -------------------------------------------------------- */


/* --- pagetit --- */

#pagetit-outline {
	width: 860px; /* 920-60 */
	margin:  40px 0 0 30px;
	padding: 40px 30px 20px 30px;
	text-align:right;
	font-size:120%;
	line-height:1;
	float: none;
}


.arrow-about {
	background:#e0e0e0 url(../images/arrow-pagetit.png) no-repeat 334px -5px;
}

.arrow-award {
	background:#e0e0e0 url(../images/arrow-pagetit.png) no-repeat 564px -5px;
}

.arrow-news {
	background:#e0e0e0 url(../images/arrow-pagetit.png) no-repeat 790px -5px;
}

/* -.arrow-contact {
	background:#e0e0e0 url(../images/arrow-pagetit.png) no-repeat 820px -5px;
} */
.arrow-other {
	background:#e0e0e0;
}



.lead-h1 {
	padding: 1rem 1rem 1rem 3rem!important;
	font-weight:bold;
	line-height:1;
	float: none;
	background:#e2e1db url(../images/arrow-lead.png) no-repeat 10px center;
}

.lead-h2 {
	padding: 0;
	font-size:120%;
	font-weight:bold;
	letter-spacing: 0.15em;
	line-height:1;
	float: none;
	
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#922e39;
}

.lead-h2-2 {
	width:*;
	margin:  40px 0 20px 0;
	padding: 0 0 5px 0;
	font-size:120%;
	font-weight:bold;
	letter-spacing: 0.15em;
	line-height:1;
	float: none;
	border-bottom: 1px dotted #cc9999;
	
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#922e39;
}


.lead-awardcases {
	width:*;
	margin:  60px 0 20px 0;
	padding: 0;
	font-size:120%;
	font-weight:bold;
	letter-spacing: 0.15em;
	line-height:1;
	float: none;
	
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#922e39;
}

.lead-awardcases {
	
	clear:both;
	
	width:*;
	margin:  0 0 20px 0;
	padding-top: 80px; /* anchor topmargin */
	margin-top: -40px; /* anchor topmargin */
	font-size:120%;
	font-weight:bold;
	letter-spacing: 0.15em;
	line-height:1;
	float: none;
	
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#922e39;
}




@media screen and (max-width: 600px) {
	
	#pagetit-outline {
	width: 97%; /* 920-60 */
	margin:  40px 0 0 0;
	padding: 40px 0 20px 3%;
	text-align: left;
	font-size:120%;
	line-height:1;
	float: none;
	}
	
	.arrow-about {
	background:#e0e0e0 url(../images/arrow-pagetit.png) no-repeat 38% -5px;
	}

	
	.arrow-award {
		background:#e0e0e0 url(../images/arrow-pagetit.png) no-repeat 64% -5px;
	}
	
	.arrow-news {
		background:#e0e0e0 url(../images/arrow-pagetit.png) no-repeat 92% -5px;
	}
	
	.arrow-contact {
		background:#e0e0e0 url(../images/arrow-pagetit.png) no-repeat 94% -5px;
	}
	.arrow-other {
		background:#e0e0e0;
	}

	
	.lead-h1 {
	margin:  0 0 10px 0;
	padding: 12px 10px 10px 45px;
	font-size:100%;
	font-weight:bold;
	line-height:1.2;
	float: none;
	
	background:#e2e1db url(../images/arrow-lead.png) no-repeat 5px center;
	}
	
	.lead-h2 {
		margin:  20px 0 20px 0;
		padding: 0;
		font-size:100%;
		font-weight:bold;
		letter-spacing: 0.15em;
		line-height:1.2;
		float: none;
		
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		color:#922e39;
	}
	
	.lead-h2-2 {
		margin:  20px 0 20px 0;
		padding: 0 0 3px 0;
		font-size:100%;
		font-weight:bold;
		letter-spacing: 0.15em;
		line-height:1.2;
		float: none;
		
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		color:#922e39;
		border-bottom: 1px dotted #cc9999;
	}


}




/* hr */

hr{
	margin: 2em 0 !important;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.hr-dot {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #fff;
}

hr.hr-emb {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* anchor */

.anchor{
	text-align:right;
	font-size:80%;
	line-height:1;
}




/* youtube */

div.video-container {
    width: 100%;
    height: auto;
} /* html 上で 別のサイズのwidth を指定する場合は、「.video-container」のついた要素に指定しなくては動作しない（親要素ではダメ） */
 
div.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
div.video iframe,
div.video object,
div.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





 /* fra */

.fra-01 {
	-webkit-border-radius: 3px; /* Safari */
	-moz-border-radius: 3px; /* Firefox */
	border-radius: 3px; /* css3 */
	border:1px solid #eee; 
	margin-top: 20px;
	padding: 10px 10px 23px 10px;
}


.fra-02 {
	-webkit-border-radius: 3px; /* Safari */
	-moz-border-radius: 3px; /* Firefox */
	border-radius: 3px; /* css3 */
	background-color:#efefef;
	margin-top: 15px;
	padding: 15px;
}

.fra-detail { 
	margin: 25px 5px 5px 5px;
	padding: 10px;
	font-size:80%;
	text-align:center;
}







/* list */


.li-deco {
	padding: 0;
	margin: 2em 0 3em 2em;
	font-size:80%;
}


.li-mark01 {
	list-style: none;
	background-image:url(../images/list1.jpg);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left: 2em;
	margin: 1em 0 10px 2em;
	
}

.li-mark02 {
	list-style: none;
	background-image:url(../images/list2.jpg);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left: 2em;
	margin: 5px 0 1em 0em;
}


.li-deco li ul {
	padding: 5px 0 10px 0;
	margin: 0;
}



 /* dl-deco */

.dl-deco dt {
	background-image:url(../images/bor-dt.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-weight:bold;
	margin: 5px 0 0 0;
	padding: 0 0 8px 5px;
	font-size:80%;
	line-height:1.4;
}

.dl-deco dd {
	margin: 0 0 2px 0;
	padding: 1em;
	font-size:80%;
	line-height:1.6;
}

.dl-deco dd p {
	font-size:100%;
	line-height:1.6;
}





/* icon */


.icon-book {
	list-style: none;
	background-image:url(../images/icon-book.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left: 18px;
	margin: 0 0 10px 0;
	font-size:85%;
	line-height:1.5;
	min-height:50px;
}



.icon-blank {
	list-style: none;
	background-image:url(../images/icon-blank.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 0;
	font-size:85%;
	line-height:1.5;
	height:50px;
}

.icon-pdf {
	list-style: none;
	background-image:url(../images/icon-pdf.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 0;
	font-size:85%;
	line-height:1.5;
}

.icon-word {
	list-style: none;
	background-image:url(../images/icon-word.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 0;
	font-size:85%;
	line-height:1.5;
}

.icon-exl {
	list-style: none;
	background-image:url(../images/icon-exl.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 0;
	font-size:85%;
	line-height:1.5;
}

.icon-zip {
	list-style: none;
	background-image:url(../images/icon-zip.jpg);
	background-position:left 0px;
	background-repeat:no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 0;
	font-size:85%;
	line-height:1.5;
}



/*フォーム*/


.formarea {
}

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




/*WP用アライン*/


.alignnone {
	float: none;
	padding: 0px 0px 0px 0px;
	margin:  1em 0px 0px 0px!important;
}


.alignleft {
	float: left;
	padding: 0px 0px 0px 0px;
	margin:  0em 0.7em 0.7em 0px!important;
}

.alignright {
	float: right;
	padding: 0px 0px 0px 0px;
	margin:  0em 0px 0.7em 0.7em!important;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}









/* WP用エントリーの画像縁取り */

.entry img {

} 



.border-none{
	border:none!important;
	padding: 0!important;
	background:none!important;
}




/* WP用キャプション */

.wp-caption {
	text-align: center;
	vertical-align:bottom;
	margin:1em 0 1em 0!important;
	padding: 4px 0px 4px 0px;
	border: 1px solid #eee;
	background-color:#fff;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 1;
	padding: 4px;
	margin:  4px 0 0 0;
	letter-spacing:0px;
}









/* アワード受賞企業 */


.fra-prize {
	clear:both;
	margin: 40px 0px 30px 0px;
	text-align:center;
}


.ec-gold {
	display:block;
	font-size:120%;
	line-height:1;
	vertical-align:middle;
	color:#fff;
	margin: 10px 0px 5px 0px;
	padding: 5px 15px 5px 15px;
	background-color:#FF3333;
	-moz-border-radius: 8px; /* for Firefox */
	-webkit-border-radius: 8px; /* for Safari and chrome */
	border-radius: 8px; /* CSS3 */
	behavior: url(../css/border-radius.htc); /* for IE */
	border:3px double #FFCC66;
}
.ec-gold2012 {
	display:block;
	font-size:120%;
	line-height:1;
	vertical-align:middle;
	color:#fff;
	margin: 10px 0px 5px 0px;
	padding: 5px 15px 5px 15px;
	background-color:#669933;
	-moz-border-radius: 8px; /* for Firefox */
	-webkit-border-radius: 8px; /* for Safari and chrome */
	border-radius: 8px; /* CSS3 */
	behavior: url(../css/border-radius.htc); /* for IE */
	border:3px double #FFCC66;
}


.ec-winner {
	font-size:120%;
	line-height:140%;
	font-weight:bold;
	vertical-align:middle;
	margin: 10px 0px 10px 0px;
	padding: 17px 15px 15px 25px;
	background-image:url(../images/bg-sdhome.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-bottom:1px dotted #aaa;
}

.name-winner {
	font-size:120%;
	line-height:100%;
	font-weight:normal;
	color: #371b00;
	margin: 0 0 10px 0;
	padding: 0;
}


.fra-detail {
	clear:both;
	font-size:100%;
	line-height:180%;
	margin: 25px 0px 0px 10px;
	text-align:left;
}

.fra-interview {
	clear:both;
	font-size:90%;
	line-height:180%;
	margin: 30px 0px 60px 20px;
	padding:15px;
	color: #371b00;
	border:3px double #fff;
	background-color:#efefef;
}









/* ---------- table ---------- */


.nowrap {
	white-space:nowrap;
}





/* tab-01 */
/* for main-page */


.tab-01 {
	margin: 1.5rem 0 2rem;
	border:dotted 1px #ccc;
	border-collapse:collapse;
}


.tab-01 th{
	background-color:#f0fcff;
	font-weight:normal;
}

.tab-01 tr th {
	padding:1.2rem;
	border:dotted 1px #ccc;
	white-space:nowrap;
}

.tab-01 tr td{
	padding:1.2rem;
	border:dotted 1px #ccc;
}

.tab-01 ol
{
	padding-left: 2rem;
}

.tab-01 li
{
	line-height:1.1;
	padding: 0;
	padding: 1em 0 0 0;
}
.tab-01 li+li
{
	border-top: 1px dotted #ccc;
}

.tab-01 tr td h4
{
	font-size:100% !important;
	font-weight:bold;
}







/* tab-02 */
/* used award-cases-entrylist */


.tab-02 {
	margin: 1.5rem 0 2rem;
	border:dotted 1px #ccc;
	border-collapse:collapse;
}


.tab-02 th{
	background-color:#eee;
	font-weight:normal;
}

.tab-02 tr th {
	padding: 1.2rem;
	border:dotted 1px #ccc;
	white-space:nowrap;
}

.tab-02 tr td{
	padding: 1.2rem;
	border:dotted 1px #ccc;
}


.tab-02 ol
{
	padding-left: 2em;
}

.tab-02 li
{
	line-height:1.1;
	padding: 0;
	padding: 1rem 0 0 0;
}
.tab-02 li+li
{
	border-top: 1px dotted #ccc;
}

.tab-02 tr td h4
{
	font-size:100% !important;
	font-weight:bold;
}










/* tab-award */
/* used award-cases-body */

.tab-award {
	margin: 2rem 0 3rem;
	border:dotted 1px #ccc;
	border-collapse:collapse;
}


.tab-award th{
	background-color:#f0fcff;
	font-weight:normal;
}

.tab-award tr th {
	padding: 1.2rem;
	border:dotted 1px #ccc;
	white-space:nowrap;
	
	
	font-size:90%;
	line-height:1.5;
}

.tab-award tr td{
	padding: 1.2rem;
	border:dotted 1px #ccc;
	vertical-align:middle;
}


/* --- tab-awardimg -- */

.tab-awardimg
{
	margin: 2rem 0;
	border-collapse: collapse;
	table-layout:fixed; /* same width td */
	
}

.tab-awardimg td
{
	padding: 1.2rem;
}












/* EC */

.ec-arrow-or {
	list-style-type:none;
	background:url(../images/ec-arrow-or.png) no-repeat 0 center;
	padding: 0 0 0 1rem;
}

.ec-square-or {
	list-style-type:none;
	background:url(../images/ec-square-or.png) no-repeat 0 center;
	background-position:left 1px;
	padding: 0 0 0 1.2rem;
}