﻿@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/lmisc/index.html
Created		2013/10/16
Last update	2013/10/29 by Hayashi
Author		Hayashi Ryosuke
*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	基礎情報
	LMISC #4444DD
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#personal_image_color{
	border-top:5px solid #4444DD;
	background:#FFF;
}
#personal_image_color h2:before{
	background-color:#4444DD;
}
#personal_image_color h3:before{
	background:#4444DD;
}
#personal_image_color h3:after{
	background:#0000AA;
}

.txt_red{
	color:#F00;
}


.ja_title{
	font-size:28px;
	font-weight:bolder;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	デフォルト言語：英語

#lmisc-ja{
	display:none;
}
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	言語切換えリンク
	CLASS:language
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.language{
	cursor:pointer;
}
.language:before{
	content:url(/images/icons/gif/16x16/cosmos.gif);
	padding-right:7px;
	
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	メインエリア
	ID:main_area
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main_area{
}

#main_area p{
	text-indent:1em;
}

#main_area ul{
	margin-left:40px;
	list-style-position:outside;
}

#main_area ul.line_h3{
	margin-left:60px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	ダウンロードポップアップ

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.btns{
	cursor: pointer;
}

.modal{
	opacity: 0;
	display:none;
	color: #000000;
}
.modal p{
	font-size:14px;
	margin:12px;
}
.modal p.modal_center{
	text-align:center;
}
.close{
	cursor: pointer;
	text-decoration:underline;
}
.modal h4{
	margin:0;
	padding:10px;
	background:#E44;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	text-shadow:1px 1px 0 rgba(0,0,0,1);	
	box-shadow: inset 0px 0px 8px 5px #FFFFFF;
}

.modalBody{
	position: fixed;
	z-index:1000;
	background: #FFFFFF;
	width:480px;
	left:50%;
	top:40%;
	height: 350px;
	border:solid 4px #FF0033;
}
.modalBK{
	position: fixed;
	display:block;
	z-index:999;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity: 0.6;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_footer{
	/*background-color:#FFF;*/
	background:url(/images/footer_bg.png) #EEE;
	border-top:#CCC solid 2px;
}
#h_footer h4{
	padding:0;
	margin:5px;
}
#h_footer p{
	padding:0;
	margin:0;
}
#h_footer ul{
	margin:0 0 10px 0px;	
	padding:7px 0 0 0;
	border-left:#CCC dotted 2px;
	list-style:none;
}
#h_footer li{
	width:95%;
	padding-left:7px;
	margin-bottom:4px;
	font-size:12px;
}

@media only screen and (max-width:600px){
#h_footer ul{
	width:100%;
}
}

