﻿@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/maillinker/
Created		2014/03/12
Last update	2014/03/12 by Hayashi
Author		Hayashi Ryosuke
*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	基礎情報
	mail tensou #6666FF
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#maillinker_color{
	border-top:5px solid #FF4444;
	background:#FFF;
}
#maillinker_color h2:before{
	background-color:#FF8888;
}
#maillinker_color h2.oshirase_box:before{
	background-color:transparent;
}
#maillinker_color h3:before{
	background:#FFAAAA;
}
#maillinker_color h3:after{
	background:#662222;
}
#button_form{
	width:240px;
	height:75px;
	margin:0 0 20px 40px;
	padding:0;
}
#button_form a{
	display:block;
	width:100%;
	padding:10px 20px 10px 0;
	line-height:1.5em;
	text-align:center;
	font-size:18px;
	font-weight:bolder;
	text-decoration:none;
}

.h3_p{
	margin-left:40px;
}
ul{
	margin-left:40px;
}

.text_red{
	color:#F00;
}
.text_bold{
	font-weight:bold;
}
.clear_both{
	clear:both;
}

.re_uminid_ps p.open_box{
	text-decoration:underline;
	cursor:pointer;
}
.re_uminid_ps div{
	display:none;
}
.re_uminid_ps p.uminps{
	border:#F00 1px solid;
	padding:10px;
}
.re_uminid_ps p.uminps:before{
	content:url(/images/icons/gif/16x16/about.gif) ;
}



.button_maillinker{
	border:#F30 2px solid;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000000;
	background:url(/images/hayashi/link_icon_triangle.gif) no-repeat right center #FFF;
}
.button_maillinker:hover,
.button_maillinker:active{
	border-radius: 10px;
	box-shadow: inset 0px 0px 10px #000000;
	
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	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;s
	font-size:12px;
}

@media only screen and (max-width:600px){
#h_footer ul{
	width:100%;
}
}



