﻿@charset "utf-8";
@import url("color.css");
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/

@media screen and (min-width: 1024px) {
	img {
		max-width: 100%;
		height: auto;
		width/***/
		: auto;
	}
	/*共通部分*/
	html {
		height: 100%;
	}
	body {
		/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
		font-family: YuGothic,"Hiragino Kaku Gothic ProN",Verdana, Roboto, "Droid Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, sans-serif;
		font-size: 12px;
		letter-spacing: 0.1em;
		height: 100%;
		background-color: #fafafa;
	}
	#container {
		width: 100%;
		min-height: 100%;
		height: auto;
		background-image: url(./../img/back_leaf.jpg);
		background-repeat: repeat-y;
		background-position: center top;
	}
	header {
		background: url(./../img/head_bg.jpg) repeat-x;
		background-size: contain;
		width: 100%;
		display: grid;
		grid-template-columns: 40px 1fr;
	}
	header>img {
		grid-column: 1/2;
		width: auto;
		height: auto;
	}
	header>h1 {
		grid-column: 2/3;
		min-height: 40px;
		color: #ffffff;
		background: none repeat scroll 0 0 transparent;
		line-height: 1.7;
		font-weight: normal;
		padding-left: 10px;
	}
	footer {
		width: 100%;
		height: 70px;
		position: relative;
		bottom: 0px;
	}
	#ft_bar {
		width: 100%;
		height: 26px;
		background-color: #c78198;
		position: absolute;
		top: 44px;
	}
	#ft_icon {
		width: 100%;
		text-align: center;
		position: absolute;
		top: 3px;
	}
	footer p {
		position: absolute;
		top: 44px;
		color: #FFF;
		font-size: 14px;
		height: 25px;
		margin-top: 4px;
		width: 100%;
		text-align: center;
	}
	address {
		text-align: right;
		margin-right: 20px;
		font-style: normal;
		position: relative;
		z-index: 6;
	}
	address strong {
		font-size: 12px;
	}
	address strong a {
		font-style: normal;
		text-decoration: none;
		color: #000000;
	}
	address strong a:hover {
		color: #999999;
	}
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix {
		display: inline-block;
	}
	/* Hides from IE Mac */
	* html .clearfix {
		height: 1%;
	}
	.clearfix {
		display: block;
	}
	/* End Hack */
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	/*================================
サブページ共通部品
==================================*/
	#content_box {
		width: 980px;
		/*background-color:#eee;
	min-height:600px;*/
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	#sub_menu {
		width: 240px;
		padding-bottom: 0px;
		float: left;
		min-height: 800px;
		height: 100%;
		/*
	overflow:scroll;
	overflow-y:scroll !important;
	overflow-x:hidden;
	*/
		overflow: hidden;
		position: relative;
	}
	#sub_menu_foot {
		width: 210px;
		background: url(./../img/list3.png) no-repeat #d1ceca 10px;
		height: 38px;
		line-height: 38px;
		color: #FFFFFF;
		font-size: 14px;
		padding-left: 40px;
		margin-top: 25px;
		font-weight: normal;
	}
	#sub_menu_snd_title {
		width: 200px;
		height: 40px;
		line-height: 40px;
		color: #333;
		font-size: 14px;
		padding-left: 40px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	/*
.sub_menu_snd{
	width:200px;
	height:39px;
	line-height:39px;
	color:#333;
	font-size:12px;
	letter-spacing:0px;
	padding-left:40px;
}
*/
	.sub_menu_snd {
		width: 200px;
		padding-left: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4em;
	}
	.sub_menu_snd:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}
	#sub_menu_talk_title {
		width: 200px;
		height: 40px;
		line-height: 40px;
		color: #333;
		font-size: 14px;
		padding-left: 40px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	/*
.sub_menu_talk{
	width:200px;
	height:39px;
	line-height:39px;
	color:#FFFFFF;
	font-size:14px;
	padding-left:40px;
	font-size: 8pt;
	letter-spacing:0px;
}
*/
	.sub_menu_talk {
		width: 200px;
		padding-left: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4em;
	}
	.sub_menu_talk:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}
	#sub_menu_bunpou_title {
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 40px;
		/*margin-top:10px;*/
	}
	#sub_menu_goi_title {
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 40px;
		margin-top: 10px;
	}
	#footer2 {
		width: 100%;
		height: 26px;
		position: relative;
		bottom: 0px;
		background-color: #c78198;
	}
	#footer2 p {
		position: absolute;
		top: 4px;
		color: #FFF;
		font-size: 14px;
		height: 21px;
		margin-top: 0px;
		width: 100%;
		text-align: center;
	}
	#footer3 {
		width: 100%;
		height: 50px;
		position: relative;
		bottom: 0px;
		background-color: #c78198;
	}
	#footer3 p {
		position: absolute;
		top: 4px;
		color: #FFF;
		font-size: 14px;
		height: 21px;
		margin-top: 0px;
		width: 100%;
		text-align: center;
	}
	#sub_content {
		padding-bottom: 0px;
		margin-left: 0px;
		width: 700px;
		float: right;
	}
	#inyou {
		clear: both;
		width: 700px;
		text-align: right;
		margin-top: 30px;
		line-height: 1.4em;
	}
	/*==================================
sub01用
===================================*/
	#t_path {
		height: auto;
		line-height: 20px;
		margin-top: 25px;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	#sub01_c_title {
		width: 680px;
		height: 75px;
		padding-left: 20px;
		padding-top: 10px;
		position: relative;
		margin-bottom: 20px;
	}
	#sub01_c_title h1 {
		font-size: 42px;
		line-height: 50px;
		height: 50px;
		margin-top: 0px;
		/*border-left:3px solid #eee;
	padding-left:10px;*/
	}
	#sub01_c_title h2 {
		font-size: 18px;
		position: absolute;
		top: 50px;
		right: 15px;
	}
	.sub01_c_clm {
		width: 660px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.sub01_c_clm h3 {
		font-weight: normal;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		padding-left: 15px;
	}
	.sub01_c_clm p {
		padding: 20px;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.3em;
	}
	.sub01_c_clm #course_desc {
		padding: 20px;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.3em;
	}
	#sub01_aside {
		text-align: center;
		height: 22px;
		padding-top: 6px;
	}
	#sub01_aside_in {
		width: 400px;
		font-size: 14px;
		margin: auto;
	}
	/*==================================
pro02用
===================================*/
	#t_path2 {
		height: auto;
		line-height: 20px;
		margin-top: 25px;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	.pro_menu_snd {
		width: 190px;
		/*height:39px;*/
		padding-left: 50px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.pro_menu_snd span {
		cursor: pointer;
	}
	.pro_menu_snd:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}
	.pro_menu_snd li {
		font-size: 14px;
		display: inline-block;
		vertical-align: middle;
	}
	#pro_box_target {
		/*float:left; */
		width: 100%;
		min-height: 320px;
		margin-bottom: 15px;
	}
	#pro_box_target p {
		padding: 20px;
		line-height: 1.5em;
		font-size: 14px;
	}
	#pro_box_explanation {
		float: left;
		width: 350px;
		min-height: 320px;
	}
	#pro_box_explanation p {
		padding: 20px;
		line-height: 1.5em;
		font-size: 14px;
	}
	#pro_box_trans {
		float: right;
		width: 340px;
		min-height: 320px;
	}
	#pro_box_trans p {
		/*padding-top:20px;
	padding-left:20px;*/
		line-height: 1.3em;
		font-size: 12px;
		padding: 15px;
	}
	#pro_box_snd {
		width: 320px;
		margin: auto;
		text-align: right;
	}
	.pro_child_menu li {
		width: 200px;
		/*height:30px;*/
		height: auto !important;
		line-height: 20px;
		padding-left: 40px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#pro_child_menu0, #pro_child_menu1, #pro_child_menu2, #pro_child_menu3 {
		height: 0px;
		visibility: hidden;
	}
	#pro_child_menu0:target {
		height: auto;
		visibility: visible;
	}
	#pro_child_menu1:target {
		height: auto;
		visibility: visible;
	}
	#pro_child_menu2:target {
		height: auto;
		visibility: visible;
	}
	#pro_child_menu3:target {
		height: auto;
		visibility: visible;
	}
	#pro_menu_foot_box {
		width: 190px;
		/*margin-left: 525px;*/
		height: 50px;
	}
	#pro_box_center {
		padding: 15px;
		font-size: 11pt;
		height: auto;
		width: 670px;
	}
	.pro_menu_foot, .pro_menu_foot2 {
		float: left;
		width: 50px;
		height: 38px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 30px;
		font-weight: normal;
		margin-bottom: 5px;
		margin-right: 15px;
	}
	#pro_th_menu_box {
		width: 700px;
		overflow: auto;
	}
	.pro_th_menu_foot {
		float: right;
		width: 50px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 30px;
		font-weight: normal;
		margin-bottom: 5px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.pro_th_menu_foot2 {
		float: left;
		width: 50px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 30px;
		font-weight: normal;
		margin-bottom: 5px;
		margin-right: 5px;
	}
	.pro_th_prev_page {
		float: left;
		font-size: 16px;
		margin-top: 10px;
		width: 240px;
		height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pro_th_next_page {
		float: right;
		font-size: 16px;
		margin-top: 10px;
		width: 240px;
		height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: right;
	}
	.sub_menu_add {
		margin-left: 0px;
	}
	/*==================================
gra04用
===================================*/
	#t_path4 {
		height: auto;
		line-height: 20px;
		margin-top: 25px;
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	#sub_menu_bunpou_title2 {
		width: 200px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 40px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	/*==================================
pmod
----------------------------------*/
	.pmo_in_content {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		font-size: 14px;
	}
	.pmo_in_content p {
		margin-bottom: 15px;
	}
	.pmo_ans_tbl table {
		margin-bottom: 15px;
	}
	.pmo_ans_tbl table caption {
		margin-bottom: 10px;
	}
	.pmo_ans_tbl th, .pmo_ans_tbl td {
		border: 1px solid #333;
		padding: 7px;
		text-align: center;
	}
	/*|||||||||||||||||||||||||||||
発音モジュール用文章欄
|||||||||||||||||||||||||||||||*/
	.pro_c_clm {
		width: 660px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.pro_c_clm h3 {
		font-weight: bold;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		padding-left: 15px;
	}
	.pro_c_clm .p {
		padding: 15px;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.3em;
	}
	.pro_c_clm .p img {
		margin-right: 0px;
	}
	.pro_c_clm p {
		margin-bottom: 10px;
	}
	.pro_c_clm td {
		padding-right: 10px;
	}
	.pro_main_contents {
		font-size: 14px;
	}
	.pro_main_contents table {
		border: solid 1px #aaa;
	}
	.pro_main_contents tr {
		border: solid 1px #aaa;
	}
	.pro_main_contents td {
		border: solid 1px #aaa;
	}
	.pro_main_contents th {
		border: solid 1px #aaa;
	}
	.pro_th_in_title {
		background-color: #d1ceca;
		color: #333;
		font-weight: normal;
		height: 30px;
		font-size: 16px;
		line-height: 30px;
		padding-left: 15px;
		margin-bottom: 20px;
	}
	.pro_th_class_box {
		margin-top: 10px;
	}
	.pro_th_navi_box {
		margin-top: 20px;
	}
	.pro_th_navi_item {
		font-size: 14px;
	}
	.pro_th_havechild:hover ul.pro_child_menu {
		display: block;
	}
	.gra_ques_sec {
		margin-top: 20px;
	}
	.ques_text {
		line-height: 2.5;
	}
	.ques_box {
		height: auto;
		padding: 5px 10px;
	}
	.ques_number {
		line-height: 3.5;
	}
	.ques_item_box {
		margin-top: 20px;
		padding-left: 20px;
	}
	.pro_in_menu_container {
		margin-bottom: 20px;
		line-height: 45px;
		font-size: 16px;
		text-align: center;
		float: left;
		width: 400px;
	}
	.pro_in_menu_container a {
		color: #333;
		text-decoration: none;
	}
	.pro_in_menu {
		background: url(../img/top_cursor.png);
		width: 120px;
		height: 40px;
		float: left;
		margin-right: 10px;
	}
	.pro_in_menu_off {
		width: 120px;
		height: 40px;
		float: left;
		margin-right: 10px;
	}
	/**
 * ドラッグアンドドロップ
 */
	.match_drag_ul {
		padding: 5px 10px;
		width: 250px;
		float: left;
		margin-right: 15px;
	}
	.match_drag_ul li {
		height: 40px;
		border: solid 1px #AAAAAA;
		margin-bottom: 25px;
		padding: 5px;
		line-height: 40px;
		text-align: center;
		background-color: #FFFFFF;
		cursor: move;
	}
	.match_drop_ul {
		padding: 5px 0px;
		width: 250px;
		float: left;
	}
	.match_drop_ul li {
		height: 40px;
		border: solid 1px #AAAAAA;
		margin-bottom: 25px;
		padding: 5px;
		line-height: 40px;
		text-align: right;
		background-color: #EDE8E4;
	}
	/**
 * sort用ドラッグアンドドロップ
 *
 */
	.sort_p_mg {
		margin: 0px 5px;
	}
	.sort_drag_box {
		display: inline-block;
		width: 40px;
		border-bottom: dotted 1px #AAAAAA;
		text-align: center;
	}
	.sort_drag_ul {
		border: solid 1px #AAAAAA;
		padding: 5px 10px;
		width: 600px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sort_drag_ul li {
		float: left;
		width: auto;
		height: 40px;
		padding: 5px 10px;
		line-height: 40px;
		border: solid 1px #AAAAAA;
		margin-right: 10px;
		background-color: #FFFFFF;
		cursor: move;
	}
	.ques_droplist {
		width: 200px;
		height: 40px;
		border: solid 1px #AAAAAA;
		display: inline-block;
	}
	.ques_draglist_box li {
		float: left;
		width: 150px;
		height: 40px;
		text-align: center;
		margin: 0px 5px;
		border: solid 1px #AAAAAA;
		background-color: #CCCCCC;
		line-height: 40px;
	}
	.ques_droplist_box {
		margin-top: 30px;
	}
	.ques_droplist_box li {
		width: 600px;
		height: 40px;
		border-bottom: solid 1px #AAAAAA;
		margin-bottom: 25px;
		padding-bottom: 5px;
		line-height: 40px;
	}
	/**
 * 解説：言語運用
 */
	.gra_in_usage_box {
		margin: 10px 0px;
	}
	.gra_in_usage_box a p {
		text-align: center;
		color: #000000;
		text-decoration: none;
		line-height: 40px;
		background-color: #FFAAFF;
	}
	/**
 * 理論編：練習問題
 */
	.pro_exercise_box {
		margin-top: 20px;
	}
	.pro_exercise_box a {
		display: block;
		width: 120px;
		text-decoration: none;
	}
	.pro_in_exercises_button {
		width: 120px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		background-color: #FFAAFF;
		text-decoration: none;
		color: #000000;
	}
	/* 付け足し */
	#dia_uc_left {
		vertical-align: top;
		padding: 5px;
	}
}

/*全サイズ共通設定*/

.under {
	text-decoration: underline;
}

/*戻る、進むボタン設定*/

.fl_left {
	cursor: pointer;
}

.fl_left:hover {
	color: #FFF;
	cursor: pointer;
}

/*chromeで、テキストの表示が長すぎる時、それに合わせて別のTDが以-上に狭くなる。特に音声再生用の画像が異常に小さくなって押しにくいので、画像のサイズ以下に縮まないように設定
症状の確認：Win(vista):chrome(39.0.2171.71) mn/pmod/practical/01-18-01.phpにて、ブラウザの横幅を狭めた時に症状が確認できる*/

.pro_c_clm table td {}

/*音声再生用ボタン設定*/

.playImg {
	cursor: pointer;
}

.playImg:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.playWord {
	cursor: pointer;
	text-decoration: underline;
	color: #00F;
}

.playWord:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #06F;
}

/*ベトナム語のフォント指定　ベトナム語しか必要なし*/

.target_vi {
	font-family: arial, ​sans-serif;
}
