@charset "UTF-8";
/*
 * Theme Name: ツイスマPCテーマ
 * Description: ツイスマPCカスタマイズテーマ
 * Author: Night Rainbow JAPAN
 * Version:1.0
 * */
@import url(css/layout.css);
@import url(css/lightbox.css);

.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}


.otoiawase_header {
position: absolute;
right: 80px;
top: 10px;
}



.side_otoiawase a {
	font-size: 100%;
	height: 70px;
	line-height: 70px;
	position: relative;
	margin: 0 auto;
    display: block;
    text-decoration: none;
	text-align: center;
    color: #FFF;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	margin-bottom: 10px;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
	padding: 0 40px;
}
.side_otoiawase a:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.side_otoiawase a:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
	box-shadow: none;
}
