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

/*---メインイメージ----------------------------------------*/
#pagetitle_image {
	background:url(../images/tech-style_title.gif) no-repeat; 
	width:890px;
	height:79px; 
	margin:0 auto;
	padding:0;
	}
#pagetitle_image span {display:block;text-indent:-99999px;}
/*---メインイメージ----------------------------------------*/

#left_con{
	font-size:14px;
}

#page_title{
margin:15px 0 0;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 50%, rgba(255,252,227,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,252,227,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 50%,rgba(255,252,227,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 50%,rgba(255,252,227,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 50%,rgba(255,252,227,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 50%,rgba(255,252,227,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fffce3',GradientType=1 ); /* IE6-9 */
}

#page_title .tImg{
	float:right;
	width:35%;
}

#page_title .tImg img{
	width:100%;
	height:auto;
}

#page_title h2{
	color:#E04B79;
	font-size: 26px;
	width:60%;
	line-height:1.4;
	margin-bottom:10px;
}

#page_title h3{
	padding:2%;
	background:#FFF3A0;
	font-size:16px;
	line-height:1.4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:56%;
	margin-bottom:10px;
	-webkit-box-shadow: 5px 5px 0px 0px rgb(255,251,221);
	-moz-box-shadow:    5px 5px 0px 0px rgb(255,251,221);
	box-shadow:         5px 5px 0px 0px rgb(255,251,221);
}

#page_title.img100p .tImg{
	width:280px;
}

#page_title.img100p h2{
	color:#E04B79;
	font-size: 26px;
	width:360px;
	line-height:1.4;
	margin-bottom:10px;
}

#page_title.img100p h3{
	padding:10px;
	background:#FFF3A0;
	font-size:16px;
	line-height:1.4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width:335px;
	margin-bottom:10px;
	-webkit-box-shadow: 5px 5px 0px 0px rgb(255,251,221);
	-moz-box-shadow:    5px 5px 0px 0px rgb(255,251,221);
	box-shadow:         5px 5px 0px 0px rgb(255,251,221);
}

#page_title .sName{
	font-size:20px;
	display:block;
	margin-bottom:10px;
}

#page_title .code{
	font-size:20px;
	display:block;
	margin-bottom:5px;
	color:#E04B79;
}

#tech h3{
	background-color:#f2f2f2;
	padding:20px;
	font-size:18px;
	color:#333;
	position:relative;
	margin-top:40px;
	border-left:3px solid #E04B79;
	line-height:1.4;
}
#tech h3.style_none{
	background:none;
	padding:20px 0;
	margin-top:20px;
	border:none;
}

#tech h4{
    color: #333;
    font-size: 14px;
	padding: 5px 0;
	margin-top:30px;
    border-bottom: 1px solid #8ACA36;
    box-shadow: 0 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 0 #ccc;
    text-shadow: #aaa 0px 1px 1px;
}
 
#tech h4:first-letter{
    font-size:22px;
}

#tech p{
	padding-top:10px;
}

#tech a{
	color:#389D28;
}

#tech a:hover{
	text-decoration:underline;
}
/*---リスト　inlineblock------------------------------------------*/

#tech ul.inlineBlock{
	margin:15px 0 0 0;
	padding:0;
}

#tech ul.inlineBlock li{
	list-style:none;
	display:inline-block;
	margin: 5px 1em 0 0;
}
/*---リスト　inlineblock------------------------------------------*/

/*---番号リスト------------------------------------------*/
#tech ol.autoNum{
	margin:20px 0 0 0;
	padding: 0 ;
	counter-reset: li;
}

#tech ol.autoNum li{
	position:relative;
	list-style:none;
	padding:0 0 0 28px;
	margin: 0 0 10px 0;
}

#tech ol.autoNum li:before {
	display: inline-block;
	content: counter(li);
	counter-increment: li;
	width: 20px;
	height: 20px;
	line-height:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #62B600;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 0;
	font-size:12px;
}

#tech ol.autoNum li:after {
	content:"";
	display:block;
	height:0;
	clear:both;
}

#tech ol.autoNum li p{
	margin:0;
	padding:0;
}
/*---番号リスト------------------------------------------*/

/*---1マイ写真 中央------------------------------------------*/
#tech .boxImg_C{
	max-width:90%;
	width:auto;
	height:auto;
	margin:0 auto;
}

#tech .boxImg_C.per80{
	max-width:80%;
}

#tech .boxImg_C img{
	max-width:100%;
	margin: 0 auto;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:block;
}

#tech .boxImg_C .cap{
	display:block;
	color:#888;
	width:100%;
	margin:0 auto;
	padding:5px 0 0 10px;
}
/*---YouTube------------------------------------------*/

.youtube_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*---1マイ写真 右------------------------------------------*/
#tech .boxImg_R{
	max-width:36%;
	float:right;
	margin-left:2%;
}

#tech .boxImg_R img{
	max-width:100%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#tech .boxImg_R .cap{
	display:block;
	color:#888;
	width:100%;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}
/*---1マイ写真 右------------------------------------------*/


/*---2マイ写真------------------------------------------*/
#tech .boxImg2{
	clear:both;
	padding-top:10px;
	overflow:hidden;
}

#tech .boxImg2 .box{
	width:50%;
	float:left;
	text-align:center;
}

#tech .boxImg2 .box img{
	max-width:68%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#tech .boxImg2 .box .cap{
	display:block;
	color:#888;
	width:68%;
	margin:0 auto;
	padding-top:5px;
}
/*---2マイ写真------------------------------------------*/

/*---3マイ写真------------------------------------------*/
#tech .boxImg3{
	clear:both;
	padding-top:10px;
}

#tech .boxImg3 .box{
	width:33.3%;
	float:left;
	text-align:center;
}

#tech .boxImg3 .box img{
	max-width:90%;
	margin: 0;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#tech .boxImg3 .box .cap{
	display:block;
	color:#888;
	width:90%;
	margin:0 auto;
	padding-top:5px;
}
/*---3マイ写真------------------------------------------*/

/*---動画------------------------------------------*/
#tech .videogallery{
	overflow:hidden;
}

#tech .voverlay{
	float:left;
	text-align:center;
	display:block !important;
	zoom: 1;
	position: relative;
	vertical-align: top;
	margin: 0 !important;
	font-size:12px !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#tech .voverlay img {
	width: 80%;
	display: block;
	height: auto;
	margin: 0 auto;
	border: none;
	padding: 3px;
	background: #fdfdfd;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#tech .videoR{
	width:30%;
	float:right;
	overflow: visible;
}

#tech .videoR .voverlay{
	float:none;
	width:100%;
}
#tech .videoR .voverlay img {
	width: 100%;
}

#tech .video2{
	padding-top:10px;
}

#tech .video2 .voverlay{
	width:40%;
	margin: 0 5% !important;
}

#tech .video3{
	padding-top:10px;
}

#tech .video3 .voverlay{
	width:33.3%;
	margin: 0 !important;
}
#tech .video3 img {
	width: 90%;
}
/*---動画------------------------------------------*/

/*---教えてなんでもアンケート--------------------------------*/
#tech .qa{
	margin-top:30px;
}

#tech .qa h3{
	border:none;
	background:none;
	padding:0;
	margin:0 0 10px 0;
}
#tech .qa .contents{
	background: #FEF4FC;
	overflow: hidden;
	padding: 10px 0 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	margin:0 0 20px;
}


#tech .qa table{
	border-spacing:5px;
	border-spacing:20px 10px;
}

#tech .qa table tr{
	border-bottom:1px dotted #F9D4DF;
}

#tech .qa th{
	position:relative;
	width:46%;
	padding:10px 10px 10px 17px;
	font-weight:normal;
	border:1px dotted #F9D4DF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
}

#tech .qa td{
	position:relative;
	padding:10px 10px 10px 17px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tech .qa th:before{
	content:"Q";
	width:24px;
	height:24px;
	font-size:16px;
	background:#E04B79;
	color:#fff;
	position:absolute;
	top:50%;
	left:-12px;
	margin-top:-12px;
	line-height:24px;
	text-align:center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#tech .qa td:before{
	content:"A";
	width:24px;
	height:24px;
	font-size:16px;
	background:#E04B79;
	color:#fff;
	position:absolute;
	top:50%;
	left:-12px;
	margin-top:-12px;
	line-height:24px;
	text-align:center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/*---教えてなんでもアンケート--------------------------------*/

#tech .box_gray{
	margin-top:30px;
	border:1px solid #ccc;
	background:#fafafa;
	padding:15px;
}

#tech .box_gray .headline{
	border-left:3px solid #62B600;
	padding:2px 0 2px 5px;
	color:;
}

/*---掲載大学------------------------------------------*/
#link{
	background:#FFDB00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
}
#link td{
	vertical-align:middle;
	color:#E04B79;
	padding:5px 10px;
}

#link .link_left{
	background:#E04B79;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	width:4em;
	line-height:1.5;
	font-size:12px;
	color:#fff;
}

#link .link_right{
	text-align:right;
}

#link .link_right a{
	color:#E04B79;
}
/*---掲載大学------------------------------------------*/


/*-----------記事ページサイドメニュー------------*/
#bucknmb .manabu {
	background: #E04B79;
}

#bucknmb .manabu:before{
	border-right: 8px solid #E04B79;
	border-top: 8px solid #E04B79;
}
/*-----------記事ページサイドメニュー------------*/

/**
 * タブレット端末用
**/

@media only screen and (min-width: 651px) and (max-width: 960px) {

}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 650px) {
#left_con{
	font-size:16px;
	line-height:1.6;
}

h2#page_title{
	padding:10px;
	font-size: 22px;
}

#page_title{
	margin:15px 0;
	background:none;
	border-top:3px double #E04B79;
	border-bottom:3px double #E04B79;
	padding:10px 0;
}

#page_title .tImg{
	display:none;
}
#page_title .tImg.sp_tImg{
	display:block;
	width: 40%;
}
#page_title.img100p .tImg.sp_tImg{
	float:none;
	display:block;
	width: auto;
	text-align:center;
	padding:20px 0;
}
#page_title.img100p .tImg.sp_tImg img{
	max-width:280px;
	width:auto;
}

#page_title h2,
#page_title.img100p h2{
	width:auto;
	font-size:22px;
}

#page_title h3,
#page_title.img100p h3{
	clear:both;
	width:auto;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#tech h3{
	font-size:20px;
}

#tech h4{
    font-size: 18px;
}
 
#tech h4:first-letter{
    font-size:24px;
}

/*---1マイ写真 中央------------------------------------------*/
#tech .boxImg_C{
	width:100%;
}
/*---1マイ写真 中央------------------------------------------*/

/*---1マイ写真 右------------------------------------------*/
#tech .boxImg_R{
	max-width:80%;
	float:none;
	margin:0 auto 20px;
}

/*スマホでもフロート*/
#tech .boxImg_R.spFloat{
	float:right;
	margin-left:1ex;
	max-width: 45%;
}
/*---1マイ写真 右------------------------------------------*/


/*---2マイ写真------------------------------------------*/
#tech .boxImg2{
	padding-top:0;
}

#tech .boxImg2 .box{
	width:80%;
	float:none;
	margin:20px auto 0;
}

#tech .boxImg2 .box img{
	max-width:100%;
}

#tech .boxImg2 .box .cap{
	width:100%;
}
/*---2マイ写真------------------------------------------*/

/*---3マイ写真------------------------------------------*/
#tech .boxImg3{
	padding-top:0;
}

#tech .boxImg3 .box{
	width:80%;
	float:none;
	margin:20px auto 0;
}

#tech .boxImg3 .box img{
	max-width:100%;
}

#tech .boxImg3 .box .cap{
	width:100%;
}
/*---3マイ写真------------------------------------------*/

/*---動画------------------------------------------*/

#tech .videoR{
	width:80%;
	float:none;
	margin:0 auto 20px;
}

#tech .video2,
#tech .video3{
	padding-top:0;
}

#tech .video2 .voverlay,
#tech .video3 .voverlay{
	float:none;
	width:80%;
	margin: 20px auto 0 !important;
}

#tech .video2 .voverlay img,
#tech .video3 .voverlay img{
	width:100%;
}
/*---動画------------------------------------------*/

/*---教えてなんでもアンケート--------------------------------*/
#tech .qa .contents{
	padding: 0 10px 10px 22px;
	margin:0;
}

#tech .qa table{
	border-spacing:0;
}

#tech .qa th{
	width:auto;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin:20px 0 5px;
}

#tech .qa td{
	width:auto;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*---教えてなんでもアンケート--------------------------------*/

}
